Route microphone input to headphone or speaker output

Hi all,

it's possible route (in real time or with little latency) the microphone input to some output peripheral like phone speaker without save the input stream?

How we can achieve this ?

Best regards

Replies

A small (circular?) buffer between the RemoteIO Audio Unit input callback and the RemoteIO output callback might work. The callback buffers are typically 5.3 or 5.8 mS in duration, although you might be able to get an even lower latency on newer iOS devices.