<br><br><div class="gmail_quote">On Mon, Jun 27, 2011 at 3:07 PM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Have a look at the 48khz versions of the files, those should be the originals.<br>
Someone runs a batch sox command on them to get them to the other levels.<br></blockquote><br></div>Just for the record, the sox command used to normalize the sounds is:<br>sox -v 0.2 $file_in -r $rate -c 1 $file_out<br>
<br>The -v format is the &quot;volume&quot; format and if I read the sox man page correctly it means a &quot;linear amplitude adjustment&quot;. What I can&#39;t tell from the man page is whether .2 means &quot;reduce by 20%&quot; or &quot;reduce to 20%&quot; or something else. In any case, like Tony says, we are not picky about this as long as it&#39;s not pointlessly loud.<br>
<br>-MC <br>