Why audio loop has a pause.(at the beginning)

edited December 2015

[code]
theLoop.player.loop = YES;

I'm writing a music app use TAAE. I need the loop played on schedule.

But now, the audio loop has a pause.(at the beginning).

How can I fix it? Anybody help! Thank you so much! :)

Comments

  • Great! I solved it!

    The question is audio file's format.

    I use .m4a before, and now I change it with .wav, everything is fine! :)

Sign In or Register to comment.