audioqueue time/pitch processor
audioqueue time/pitch processor
- Subject: audioqueue time/pitch processor
- From: Robert Carroll <email@hidden>
- Date: Thu, 02 Jun 2011 17:55:51 -0400
Just in case there is general interest in this, it is possible to enable the time/pitch processor with this code borrowed from the IOS version:
// set the time/pitch processor of the queue UInt32 propValue = 1;
err = AudioQueueSetProperty(mQueue, kAudioQueueProperty_EnableTimePitch, &propValue, sizeof(propValue));
Then pitch change works as described.
rob |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden