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
[dependencies.copiablebuf]
version = "^0"

[dependencies.sampletypes]
version = "^0"

[lib]
name = "downmixer"
path = "src/downmixer.rs"

[package]
authors = ["0xAA55 <838816058@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "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."
edition = "2024"
keywords = ["downmixer", "audio"]
license-file = "LICENSE"
name = "downmixer"
readme = "Readme.md"
repository = "https://github.com/0xAA55-rs/downmixer"
version = "0.0.5"

[profile.release]
lto = "fat"