17 Jan
2005
17 Jan
'05
20:22
Hallo Uwe, On 16.01.05, U. Bielz wrote:
I'm using the debian sarge pytone package (version 2.1.3-1), and have an annoying problem with mono ogg files: they're played at double speed. [ snip ]
Yep, you're right, libogg (as opposed to libmad) really returns a mono pcm stream for mono files. While this is of course the correct behaviour, it requires that we create a pseudo-stereo stream by ourselves. I've just implemented this "doubling", so the next version should be able to deal with your files properly. Jörg