downmixer 0.0.2

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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a1c9a355b84170958d7166c8de715b0499961db1a6aeb12694dd30c62a81bc5"

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

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