Re: AudioConverter question
Re: AudioConverter question
- Subject: Re: AudioConverter question
- From: Chris Rogers <email@hidden>
- Date: Fri, 7 Mar 2003 12:13:06 -0800
Benjamin,
You will get this return value of kAudioConverterErr_PropertyNotSupported
if there is no sample rate conversion going on in the AudioConverter.
If the in and out sample rates are different (requiring a sample rate
conversion), then this property will work correctly (I just double checked
to make sure ;-)
Chris Rogers
Core Audio
Apple Computer
Hello,
I'm trying to use the kAudioConverterSampleRateConverterQuality property to
setup an AudioConverter but when i call this :
st = AudioConverterGetPropertyInfo(
audioConverter,
kAudioConverterSampleRateConverterQuality,
&propertySize,
&isPropWritable);
The return value is : kAudioConverterErr_PropertyNotSupported ('prop')
(The AudioConverter.h header suggests to use
kAudioConverterSampleRateConverterQuality instead
of kAudioConverterSampleRateConverterAlgorithm which is said to be
deprecated.)
Thanks for some extra info
Benjamin Golinvaux-
_______________________________________________
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.
_______________________________________________
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.