forked from mirrors/gecko-dev
|
…
|
||
|---|---|---|
| .. | ||
| benches | ||
| src | ||
| .cargo-checksum.json | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
Audio Mixer
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