chore: add webrtc-vad workspace dep
This commit is contained in:
parent
3429d934e3
commit
3f19366ad0
3 changed files with 15 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ parking_lot.workspace = true
|
|||
toml.workspace = true
|
||||
sha2.workspace = true
|
||||
nnnoiseless = { workspace = true, optional = true }
|
||||
webrtc-vad = { workspace = true, optional = true }
|
||||
tokio-tungstenite = { workspace = true, optional = true }
|
||||
futures-util = { workspace = true, optional = true }
|
||||
fluent.workspace = true
|
||||
|
|
@ -58,7 +59,9 @@ default = ["jarvis_app"]
|
|||
jarvis_app = [
|
||||
"vosk", "intent-classifier", "fastembed", "tokio", "nnnoiseless", "tokio-tungstenite", "futures-util",
|
||||
"lua", "llm",
|
||||
"ort", "ndarray", "tokenizers", "regex",]
|
||||
"ort", "ndarray", "tokenizers", "regex",
|
||||
"webrtc-vad",
|
||||
]
|
||||
|
||||
intent = ["intent-classifier", "tokio"]
|
||||
lua = ["mlua", "reqwest", "winrt-notification"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue