hi,
How i do the following using the AudioToolbox framework instead of the AVFoundation
playing
stop
setCurrentTime
volume
i implement the SoundEffect class from the BubbleLevel example code and this options don't work.
Thanks!
hi,
How i do the following using the AudioToolbox framework instead of the AVFoundation
playing
stop
setCurrentTime
volume
i implement the SoundEffect class from the BubbleLevel example code and this options don't work.
Thanks!
I believe you are looking for the AudioQueue functionality, it doesn't match the AVFoundations methods exactly, but is similar.
Controlling Audio Queues
* AudioQueueStart
* AudioQueuePrime
* AudioQueueFlush
* AudioQueueStop
* AudioQueuePause
* AudioQueueReset