How to make AVAudioPlayer play once it is stopped?

Posted by Viral on Stack Overflow See other posts from Stack Overflow or by Viral
Published on 2010-04-27T10:40:38Z Indexed on 2010/04/27 10:43 UTC
Read the original article Hit count: 203

hi friends,

I am using AVAudioplayer to play some sound. But once I make it stop using [player stop](where player is the object of AVAudioplayer] It is not starting again to play after some time when I call method [player play], So can any one tell me how to do the same in my application??

The play will again call using NSTimer method, after some delay of time.

Thanks in advance...

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone