add a --normalize option
Status: Beta
Brought to you by:
zarne
add a --normalize option
Until now the only reason why the Perl "crip" is more
confortable to
me it the normalize switch.
I did not succeed to make work the exemple line from
the man page
Editing / normalizing / stripping the WAV files before
encoding:
jack -O --remove-files ; normalize-audio *wav ; jack
-g *wav ; jack
jack put wav in a jack-xxx folder
the last jack start again extracting files from the cd,
...
Logged In: NO
I don't think that adding a --normalize option is a good
idea. There are now hooks through which you can
automatically call such programs.
However, you're right that the example is wrong. You need
to add the -D option, then jack will put the files in the
currect directory.