Audio Tests

This is a collection of audio rendering techniques that will be used in the Eclipse emulator. Each of them just render white noise. You do not need to turn on your ringer for these demos on iOS, they should just work.

Direct Write

Write directly to the output buffer. There should be no stuttering or lag present.

Queued Write

Use a ring buffer to queue samples; dequeue when it needs to be read.