Files
chanora/tools/audio-test/Cargo.toml
Edison Jwa 6c00fae1cf feat(tools): add protocol probe and audio test binaries (TODO-044,047)
Protocol probe: connects to server, reports capabilities, channels,
clients. Audio test: DSP pipeline benchmark with configurable params.
2026-06-11 21:58:26 +09:00

16 lines
251 B
TOML

[package]
name = "audio-test"
version = "0.1.0"
edition = "2021"
publish = false
[[bin]]
name = "audio-test"
path = "src/main.rs"
[dependencies]
clap = { version = "4", features = ["derive"] }
anyhow = "1"
tracing = "0.1"
tracing-subscriber = "0.3"