downmixer 0.0.1

A downmixer that can do 2, Dolby 2.1, 3.1, 4.1, 5.1, 6.1, 7.1 channels audio downmix to 2 or 1 channels in Rust.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "copiablebuf"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18caace6ea924cd9a6434e70053c833bca1f0e0ec835a56eda81d34f4d790720"

[[package]]
name = "downmixer"
version = "0.0.1"
dependencies = [
 "copiablebuf",
 "sampletypes",
]

[[package]]
name = "sampletypes"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2af5d39afe2f4f5139438ae33fc50ea64a8e4c421bbbffd5d7afa55fdc52df76"