downmixer 0.0.5

A downmixer that can do 2, Dolby 2.1, 3.1, 4.1, 5.1, 6.1, and 7.1 channels audio downmix to 2 or 1 channels. Written 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.5"
dependencies = [
 "copiablebuf",
 "sampletypes",
]

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