Files
chanora/poc/linux_voice_test/Cargo.toml
T

18 lines
345 B
TOML

[package]
name = "linux_voice_test"
version = "0.1.0"
edition = "2021"
[workspace]
[dependencies]
ctrlc = "3.5"
[target.'cfg(target_os = "linux")'.dependencies]
libpulse-binding = "2.30"
libpulse-simple-binding = "2.29"
pipewire = { version = "0.10", features = ["v0_3_44"] }
[target.'cfg(target_os = "windows")'.dependencies]
cpal = "0.16"