Hello,
I’m having some issues with audio.seek(). I’ve written a music app that relies heavily on the ability for me to seek into an audio file during playback. In the simulator, it works great. But the audio.seek() command is not working on my iPad. I’ve tried both:
-- this works in the simulator but not on the iPad
audio.seek(seek\_position, { channel = audio\_channel })
… and …
-- this doesn't work on either the simulator or the ipad
audio.stop(audio\_channel)
audio.seek(seek\_position, { channel = audio\_channel })
audio.play(sounds[selected\_sound])
Any help would be much appreciated!
Cheers,
- Bret [import]uid: 168791 topic_id: 30010 reply_id: 330010[/import]