feat: promote linux native audio path
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user