Trying to get into jack
Some checks failed
ci/woodpecker/push/code_tests Pipeline failed
ci/woodpecker/push/pre_commit_test Pipeline was successful

This commit is contained in:
2025-12-24 13:30:15 +01:00
parent 29181f9c76
commit 535727268d
3 changed files with 107 additions and 92 deletions

View File

@@ -12,6 +12,8 @@ symphonia = { version = "0.5.5", features = ["mp3"] }
coreaudio-rs = { version = "0.13.0", optional = true }
cpal = { version = "0.16.0", optional = true }
ringbuf = "0.4.8"
crossbeam = { version = "0.8.4", features = ["crossbeam-channel"] }
crossbeam-channel = "0.5.15"
[features]
pulseaudio = ["dep:pulseaudio"]