Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: lossyWAV v0.6.4 RC1 released. (Read 6549 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

lossyWAV v0.6.4 RC1 released.

lossyWAV has now reached the stage where it is appropriate to issue Release Candidate 1 (attached).

Code: [Select]
lossyWAV v0.6.4 RC1, Copyright (C) 2007,2008 Nick Currie. Portions (C) 1996
Don Cross. lossyWAV is issued with NO WARRANTY WHATSOEVER and is free software.

Usage   : lossyWAV <input wav file> <options>

Example : lossyWAV musicfile.wav

Quality Options:

-1            highest quality preset, circa 480kbps for 44.1khz, 2ch;
-2            default settings, circa 425kbps for 44.1khz, 2ch;
-3            DAP preset, circa 370kbps for 44.1khz, 2ch.

Standard Options:

-o <folder>   destination folder for the output file(s).
-nts <n>      set noise_threshold_shift to n dB (-48.0dB<=n<=+12.0dB);
              (-ve values reduce bits to remove, +ve values increase).
-snr <n>      set minimum average signal to added noise ratio to n dB;
              (0.0dB<=n<=48.0dB) Increasing value reduces bits to remove.
-force        forcibly over-write output file if it exists; default=off.
-check        check if WAV file has already been processed. default=off;
              errorlevel=16 if already processed, 0 if not.
-correction   write correction file while processing WAV file. default=off;

System Options:

-quiet        significantly reduce screen output.
-nowarn       suppress lossyWAV warnings.

-below        set process priority to below normal.
-low          set process priority to low.

Special thanks:

David Robinson for the method itself and motivation to implement it.
Don Cross for the original Pascal source for the FFT algorithm used.
Horst Albrecht for valuable tuning input and feedback.
[/size]

Explanation, history and lossless codec settings in the wiki article

Release candidate 1 removed due to (almost) immediate identification of a "new" artefact by Alex B in a -3 processed version of Bruce Springsteen's Livin In The Future.
lossyWAV -q X -a 4 -s h -A --feedback 2 --limit 15848 --scale 0.5 | FLAC -5 -e -p -b 512 -P=4096 -S- (having set foobar to output 24-bit PCM; scaling by 0.5 gives the ANS headroom to work)

lossyWAV v0.6.4 RC1 released.

Reply #1
Thank you, Nick.
lame3995o -Q1.7 --lowpass 17

lossyWAV v0.6.4 RC1 released.

Reply #2
any plans for a *nix version or source?

lossyWAV v0.6.4 RC1 released.

Reply #3
any plans for a *nix version or source?
I will certainly include the Delphi source in the release of v1.0.0 (when I've tidied it up sufficiently such that I won't be embarrassed to be associated with it...... ).

I think that there are only a few calls which are specific to Windows (process priority and file attributes from memory), so conversion shouldn't be too awful.
lossyWAV -q X -a 4 -s h -A --feedback 2 --limit 15848 --scale 0.5 | FLAC -5 -e -p -b 512 -P=4096 -S- (having set foobar to output 24-bit PCM; scaling by 0.5 gives the ANS headroom to work)

lossyWAV v0.6.4 RC1 released.

Reply #4
Problem sample found for v0.6.4 RC1, quality preset -3, by Alex B: Bruce Springsteen - Livin In The Future;

Further discussion in the development thread in the Upload forum.
lossyWAV -q X -a 4 -s h -A --feedback 2 --limit 15848 --scale 0.5 | FLAC -5 -e -p -b 512 -P=4096 -S- (having set foobar to output 24-bit PCM; scaling by 0.5 gives the ANS headroom to work)