I'm creating an ogg\vorbis encoder/decoder that takes pcm wav data and encodes it to ogg on the fly. It works fine but only if I use sample rate 44100, bit rate 48000, and 2 channels. I need to be able to use just 1 channel but when I do that it comes out sounding like chipmunks. I've been searching around and looking at other peoples examples but can't see what I'm doing wrong. Any ideas? Let me know if you need more info or need to see some code and if possible what aspect. -- ~Jim
On Thu, Oct 25, 2007 at 02:56:45PM -1000, Jim Buschman wrote:> I'm creating an ogg\vorbis encoder/decoder that takes pcm wav data and > encodes it to ogg on the fly. It works fine but only if I use sample > rate 44100, bit rate 48000, and 2 channels. I need to be able to use > just 1 channel but when I do that it comes out sounding like > chipmunks.What's the player? It sounds like it's getting mono data and interpreting it as stereo. -- Paul Martin <pm@nowster.org.uk>