I want to change images with respect to a sound in xcode?
I want to change images with respect to a sound in x code?I also want to repeat all this up to repetition number given 开发者_如何学Cby user? Thanks for replay....
Use AVAudioPlayer class. This class contains numberOfChannels property. This property you gives number of channels and it synchronize with your images.
精彩评论