mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
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:
parent
98963b0b9a
commit
bc0f0ee488
4 changed files with 206 additions and 0 deletions
|
|
@ -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"]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue