0

Is it possible to stream audio instantly from the microphone in an iphone to an airplay device. I know this can be done with a delay but could it be done instantly with almost no delay. Basically it needs to stream live audio from microphone to airplay device.

Bryan1234321
  • 63
  • 1
  • 6

1 Answers1

0

Airplay uses a compressed data stream, and there's always going to be a latency equal to the depth of the buffer being compressed.

NSResponder
  • 16,861
  • 7
  • 32
  • 46