|
1
|
Main Area and Open Discussion / General Software Discussion / Re: At last: MP3 Lossless!!!
|
on: January 13, 2010, 04:43:00 PM
|
Try 7zip or rar. The main difference of the lossless compressors is sometimes a small function before compression similar to this one: for (t_audiosize x=0; x<wavlen-1; x++) { wav - = wav[x+1]-wav
- ; if (wav
- <0) wav
- =0-wav
- ; }
... That´s all Um... really?Also, Exact Audio Copy (EAC) is lovely indeed, it interfaces neatly with both LAME for MP3 encoding and FLAC for lossless.
|
|
|
|
|
7
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR Plugin: TinyEV (Everything integration) - 0.9.4 - 11 June 2009
|
on: June 11, 2009, 02:17:38 PM
|
Is it possible to customize the alias? I'd like to use " searchphrase" instead of "ev searchphrase" because that's much faster to type.
You can do that in FARR's plugin configuration dialog. I successfully changed "ev" to "kittens", works just fine. Also, nudone: It seems that in UAC-enabled OSes, ie. W7 and Vista, non-privileged programs can not send Windows messages to privileged programs. I'm not sure if you can, or if it's sane at all to set FARR to run privileged, but if you did that, it probably could communicate with Everything.
|
|
|
|
|
12
|
DonationCoder.com Software / FARR Plugins and Aliases / FARR Plugin: TinyEV (Everything integration) - 0.9.5 - 12 June 2009 (updated)
|
on: June 11, 2009, 11:05:01 AM
|
Heya. I wrote a little (literally) FARR plugin for Voidtools' Everything content search engine, since the other one was somewhat sluggish and large. This one, on the other hand, seems to be quite snappy and small (less than 16 KiB! :D), hence the name. However, it doesn't come with a built-in settings dialog (oh no!), so if you want to change the only currently available setting, the scoring mode, you'll have to hand-edit an .ini file. I'm sure you'll cope. :) Also, this does not require the es.exe shell; just a running Everything instance. Any comments, bug reports and suggestions are welcome, however I may be off on vacation for a week or so. Download here: FARR_TinyEv-0.9.5.zip (18 283 bytes) SHA1: 95a9126765a18fd64a7a3325c2fe6eb4d60ded4a Archived: FARR_TinyEv-0.9.4.zip (18 234 bytes) SHA1: 8e95113b32f008b53c9cffca9aa94f1694ed1f38 Changelog:0.9.5: Added regexp support. How to install: Copy the folder enclosed in the ZIP file into your FARR Plugins directory, and instruct FARR to rescan plugins (Options -> Plugins and Updates -> Click To Examine And Configure Plugins -> Find and Reload All Plugins). I recommend disabling the other Everything plugin in case you have it installed.Tips and tricks: Prefix your search with a dollar sign to use regular expression search.
|
|
|
|
|
16
|
Main Area and Open Discussion / General Software Discussion / Re: Adding text 'silently'?
|
on: May 30, 2009, 12:46:46 PM
|
A simple "take note" batch file, let us call it takenote.bat, that also notes the date and time (Windows XP and above, I think, due to the command extensions used) would be... [ copy or print] @echo off if x%* == x goto e date /t >> todo.txt time /t >> todo.txt echo %* >> todo.txt echo ------------------------ >> todo.txt goto q :e start todo.txt :q Basically, what that does is take the user's entered note ( takenote Feed the cats!) if given, or shows the current todo.txt file if no parameters are given ( takenote). The only con I can think of here is that the date and time are somewhat messily on separate lines. I'm not that hot on the syntax for Windows's batch files to make it concatenate those on only one line. Hope that helps!
|
|
|
|
|
17
|
DonationCoder.com Software / Post New Requests Here / Re: IDEA: Record Source Selector
|
on: September 13, 2006, 06:31:38 AM
|
It gave me the message, then started to leak memory, didn't quit. With a non-contested CPU usage (was playing World of Warcraft while I first tested it  ) it jumps to around _400_ megs in less than 5 seconds. I'm using Windows XP Pro SP2, and a nForce2 integrated chipset with audio.
|
|
|
|
|