Search code examples
iphonecocoaavaudioplayermicrophone

AVAudioPlayer iPhone question


With the AVAudioPlayer, can I stream live audio from my microphone?

If so, how would I do this?


Solution

  • With AudioQueues you'll always have a slight delay when filling up the buffer, AudioUnits would be the way to go as you can work with sound instantly.