Jane
Jane

Reputation: 288

iphone audio speed control programmatically

Possible Duplicate:
AVAudioPlayer: How to Change the Playback Speed of Audio?

I want to control the speed of the audio played by AVAudioPlayer, So is it possible to control the speed of the audio from slider controller?

Upvotes: 0

Views: 385

Answers (1)

Jane
Jane

Reputation: 288

I got solution with the help of OpenAL only. With the help of SimpleAudioEngine n CDAudioManager I have done it. referance link : http://www.learn-cocos2d.com/api-ref/1.0/CocosDenshion/html/interface_simple_audio_engine.html

Upvotes: 0

Related Questions