feat: add audio LTC input path and config options (audio-input)

Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
This commit is contained in:
Chaos Rogers 2025-10-21 23:58:56 +01:00
parent 98963b0b9a
commit bc0f0ee488
4 changed files with 206 additions and 0 deletions

View file

@ -23,5 +23,10 @@ num-rational = "0.4"
num-traits = "0.2"
libc = "0.2"
which = "6"
cpal = { version = "0.15", optional = true }
[features]
default = []
audio-input = ["cpal"]