....
- Mixers combine audio signals and optionally perform signal processing.
- Sinks send audio signals to an output device.
Stereo and mono sound output is supported via a slightly customized version of libsoundio 2.0.
Audio clips can have arbitrary channel counts, and can be queued for streaming or dynamic music.
CA contains a very simple embedded VM for running custom signal processors, allowing you to add custom DSP code (currently assembly language only) without compiling native code.
...