crash using audio converter
crash using audio converter
- Subject: crash using audio converter
- From: Jérôme Duquennoy <email@hidden>
- Date: Tue, 31 Dec 2002 17:29:13 +0100
Hello
I user an audio converter to performe a conversion between those 2 formats :
sample Rate : 44100.000000 -> 22000.000000
bytes per packet : 8 -> 4
bytes per frame : 8 -> 4
channel per frame : 2 -> 1
bits per channel : 32 - 32
This should result in only one chanel, with a 22kHz sample rate.
This doesn't work : the soft crashes during AudioConverterConvertBuffer.
It works if I only ask for the resample.
Is there a way to make it work, or should I do 2 transformations (I
would like to avoid it because it means another buffer in memory ...)
?
thanks a lot for your help
jerome Duquennoy
_______________________________________________
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.