For example I have this 'normalize' output
QUOTE
[Bobby@NoIP]$ normalize -n 15\ - example audio.WAV
Computing levels...
level peak gain
-16,7914dBFS -1,0410dBFS 4,7914dB 15 - example audio.WAV
And I want to get a number out of this to use with the --scale option in the 'lame' encoder.
Any hints ?