I am developing an app for the iPhone/iPad using Xcode and iOS 5. Can anyone suggest any third party libs to do this, or give me some direction as to how to natively do it?
Asked
Active
Viewed 1,669 times
0
-
1Not an XCode question. XCode tags is for specific questions about the IDE. – Almo Mar 20 '12 at 14:03
-
Hahaha! Ok, will remember for next time. :) – Almo Mar 20 '12 at 17:11
2 Answers
0
You can use Bass and Bass_fx library for changing pitch/tempo in real time.
You can download this library from http://www.un4seen.com/.
You can use following function for Pitch and tempo setting
BASS_ChannelSlideAttribute(mainStream, BASS_ATTRIB_TEMPO_PITCH, 0.0, updatePeriod);
which is available in Bass library.
Devang
- 11,258
- 13
- 62
- 100
0
Try using this sdk http://www.izotope.com/tech/iZomobile/ it uses audioqueue bit complicated yet powerfull
Dushyant Singh
- 721
- 4
- 13