Iphone AVAudioPlayer programmatically change custom sound while looping a buffer?
- by user319573
Hey folks, I know I can play sound from a buffer and have that loop but does AVAudioPlayer make a copy of that buffer or can I change that buffer in real time just before the "player" position reaches it and have that sound change while it's playing? -Thanks all.