stux2000 / plan9front

Automatically exported from code.google.com/p/plan9front
0 stars 0 forks source link

oggdec plays at about twice the volume of mp3dec #191

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I played a list of mp3 and ogg files, and found the ogg files played much 
louder than the mp3 files. I do not have this problem playing the same files on 
Linux using XMMS or Audacious.

/rc/bin/play was used like this:

while() {
    play `{fortune $list}
}

Original issue reported on code.google.com by tereniao...@gmail.com on 5 Nov 2013 at 1:25

GoogleCodeExporter commented 9 years ago
it goes to eleven... no seriously :)

use audacity and generate some reference wav signal, encode in mp3 and ogg,
analyze in audacity... then render the mp3 and ogg files to pcm with 9front
(you can use the -o flag in play for that), then look at it in audacity again.

so we have the original pcm, and the mp3's and oggs and the rendered pcm.

Original comment by cinap_le...@felloff.net on 5 Nov 2013 at 9:53

GoogleCodeExporter commented 9 years ago
it was really mp3dec that was not loud enougth, fixed in rb2877ea483fe

Original comment by cinap_le...@felloff.net on 6 Nov 2013 at 8:23