AudioConverter question.
AudioConverter question.
- Subject: AudioConverter question.
- From: Fredrik Oja <email@hidden>
- Date: Thu, 14 Nov 2002 10:39:24 +0100
Hi list,
I'm trying to use an AudioConverter to convert my 16khz, mono, 16bit
linear data to what my device prefer. In this case to 44.1khz 32bit
(float) stereo data. This works fine, except that the converter only
writes data to the left channel. My workaround is to copy each sample
from the left channel into the right channel. Is this intendent
behaviour of the AudioConverter? If it is, is there someway I can tell
the converter to write the same data to the right channel too?
/Fredrik
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.