From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- third_party/rust/audio-mixer/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 third_party/rust/audio-mixer/README.md (limited to 'third_party/rust/audio-mixer/README.md') diff --git a/third_party/rust/audio-mixer/README.md b/third_party/rust/audio-mixer/README.md new file mode 100644 index 0000000000..79afaccac2 --- /dev/null +++ b/third_party/rust/audio-mixer/README.md @@ -0,0 +1,18 @@ +# Audio Mixer + +[![Build Status](https://travis-ci.com/ChunMinChang/audio-mixer.svg?branch=master)](https://travis-ci.com/ChunMinChang/audio-mixer) + +Mixing audio data from any input channel layout to any output channel layout. + +The code here is a refactored version from [cubeb][cubeb]'s [cubeb_mixer(_C/C++_)][cubeb_mixer], which adapts the code from [FFmpeg libswresample's rematrix.c][rematrix] . +The original implementation is in [cubeb-coreaudio-rs][cubeb-coreaudio-rs]'s [PR23][pr23] + +## License + +MPL-2 + +[cubeb]: https://github.com/kinetiknz/cubeb +[cubeb_mixer]: https://github.com/kinetiknz/cubeb/blob/aa636017aca8f79ebc95fb9f03b9333eaf9fd8fc/src/cubeb_mixer.cpp +[rematrix]: https://github.com/FFmpeg/FFmpeg/blob/4fa2d5a692f40c398a299acf2c6a20f5b98a3708/libswresample/rematrix.c +[cubeb-coreaudio-rs]: https://github.com/ChunMinChang/cubeb-coreaudio-rs/ +[pr23]: https://github.com/ChunMinChang/cubeb-coreaudio-rs/pull/23 \ No newline at end of file -- cgit v1.2.3