|
From: Fmiser <fm...@gm...> - 2012-08-31 02:46:21
|
> Mike Clark wrote: > I'm wondering if it is possible to get SoX to calculate a wav > file's RMS as sample value. For example, given a 16-bit > linear signed wav file, I can run the command: > > sox -V3 myaudio.wav -n stats > > Which outputs a bunch of statistics including "RMS lev dB", Try sox myaudio.wav -n stat Yup. "stat" is different than "stats". -- Philip |