[package]
name = "audio-mixer"
description = "Mixing audio by the input and output channel layout"
version = "0.2.0"
authors = ["Chun-Min Chang <chun.m.chang@gmail.com>"]
license = "MPL-2.0"
repository = "https://github.com/mozilla/audio-mixer"
keywords = ["audio", "mixer", "mixing"]
categories = ["multimedia::audio"]
edition = "2018"
[badges]
travis-ci = { repository = "mozilla/audio-mixer" }
[dependencies]
bitflags = "1.3"
[dev-dependencies]
criterion = "0.3"
float-cmp = "0.6"
[[bench]]
name = "benchmark"
harness = false