tap/Cargo.toml
Joey Hines 1f250f448d
Working with bot!
+ decode returns numbers of samples per channel, we were effectively chomping half the samples
+ needs a lot of cleanup
2025-08-30 18:58:38 -06:00

17 lines
303 B
TOML

[package]
name = "tap"
version = "0.1.0"
edition = "2024"
[dependencies]
cpal = "0.16.0"
clap = { version = "4.5.43", features = ["derive"] }
anyhow = "1.0.98"
log = "0.4.27"
env_logger = "0.11.8"
audiopus = "0.3.0-rc.0"
thiserror = "2.0.12"
circular-buffer = "1.1.0"
chrono = "0.4.41"
hound = "3.5.1"