Improved wake-word & command detection, with dual mode
This commit is contained in:
parent
baf84e0d8f
commit
acc806d403
10 changed files with 233 additions and 62 deletions
|
|
@ -17,11 +17,16 @@ SOURCE = (
|
|||
("resources/keywords/", "resources/keywords/"),
|
||||
("resources/rustpotter/", "resources/rustpotter/"),
|
||||
("resources/sound/", "resources/sound/"),
|
||||
|
||||
# vosk
|
||||
("lib/windows/amd64/libgcc_s_seh-1.dll", None),
|
||||
("lib/windows/amd64/libstdc++-6.dll", None),
|
||||
("lib/windows/amd64/libvosk.dll", None),
|
||||
("lib/windows/amd64/libvosk.lib", None),
|
||||
("lib/windows/amd64/libwinpthread-1.dll", None)
|
||||
("lib/windows/amd64/libwinpthread-1.dll", None),
|
||||
|
||||
# pvrecorder
|
||||
("lib/windows/amd64/libpv_recorder.dll", None),
|
||||
)
|
||||
|
||||
TARGET_DIRS = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue