audio-mixer 0.1.0

Mixing audio by the input and output channel layout
Documentation

Audio Mixer

Mixing audio data from any inpuy channel layout to any output channel layout.

The code is based from cubeb's cubeb_mixer, which adapts the code from FFmpeg libswresample's rematrix.c. The code is refactored from C/C++ to Rust. The original implementation is in cubeb-coreaudio-rs's PR23

License

MPL-2