Create audio loopback with custom latency |
||
DAF sampleSometimes it may be needed to control the audio chunks manually to achieve some special functionality. For example, in DAF sample we pass audio chunks from recording to playback device. Although it may be done by simply linking waveIn to waveOut component, we need to ensure very short delay, of about 20 ms. Due to buffering, it only possible if we take control of the process and pass audio chunks to playback device as soon as they arrive from recording device. Main job is done by the DownloadPrecompiled binary of this sample is included in the Demos package. |