Custom Backend | This example show how a custom backend can be implemented. |
Fixed Size Callback | Shows one way to implement a data callback that is called with a fixed frame count. |
Simple Capture | Demonstrates how to capture data from a microphone using the low-level API. |
Simple Duplex | Demonstrates duplex mode which is where data is captured from a microphone and then output to a speaker device. |
Simple Enumeration | Demonstrates how to enumerate over devices. |
Simple Loopback | Demonstrates how to implement loopback recording. |
Simple Looping | Shows one way to handle looping of a sound. |
Simple Mixing | Demonstrates one way to load multiple files and play them all back at the same time. |
Simple Playback | Demonstrates how to load a sound file and play it back using the low-level API. |
Simple Playback Sine | Demonstrates playback of a sine wave. |