gbishop / outfox

Automatically exported from code.google.com/p/outfox
Other
1 stars 0 forks source link

MP3/WAV at 22050 is garbage on Linux #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I tried playing both an MP3 and a WAV with a 22050 sample rate on Ubuntu.
The output was garbage. The doc says common sampling rates (11025, 22050,
44100) should all work.

Original issue reported on code.google.com by pare...@gmail.com on 10 Jan 2009 at 4:51

GoogleCodeExporter commented 9 years ago
The latest pygame doc states that resampling of sounds is never accomplished. 
Because outfox.audio initializes to 44100 Hz, 16 bit signed, stereo, all sounds 
must be in this format. We could do our own resampling, but that will surely 
slow things down unncessarily.

Marking as WontFix. If we ever switch to a better library, we'll revisit this. 

Original comment by c...@unc.edu on 11 Jan 2009 at 4:23

GoogleCodeExporter commented 9 years ago
Fixed by using FMOD.

Original comment by c...@unc.edu on 16 Feb 2009 at 2:57