gecko-dev/third_party/rust/audio-mixer/README.md

925 B

Audio Mixer

Build Status

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

The code here is a refactored version from cubeb's cubeb_mixer(C/C++), which adapts the code from FFmpeg libswresample's rematrix.c . The original implementation is in cubeb-coreaudio-rs's PR23

License

MPL-2