tesluk / java-audio-player

Automatically exported from code.google.com/p/java-audio-player
0 stars 0 forks source link

Problem playing mp3 with 22KHz on linux #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start playback of mp3 with 22KHz sample rate

Player will play very strange sound with noize.

Original issue reported on code.google.com by cy6erGn0m on 5 Oct 2009 at 5:57

GoogleCodeExporter commented 9 years ago
Problem marked as medium (not critical) because 22KHz mp3's can be met 
infrequently.

Original comment by cy6erGn0m on 12 Oct 2009 at 9:26

GoogleCodeExporter commented 9 years ago
Fixed. Bug caused by too little blocks written to soundcard. decoder should 
accumulate more data before send it to soundcard. Used 200ms instead of 20ms.

Original comment by cy6erGn0m on 30 Dec 2011 at 8:10