1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

AAdd ovos-ww-plugin-vosk and use it for "wake up"

This commit is contained in:
j1nx
2022-11-15 10:22:55 +01:00
parent 36e1220480
commit 033eebedd1
6 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_WW_PLUGIN_VOSK
bool "python-ovos-ww-plugin-vosk"
help
wake word plugin for Vosk
https://github.com/OpenVoiceOS/ovos-ww-plugin-vosk

View File

@@ -0,0 +1 @@
sha256 7fc0cb2dd81683dcdd72725b6afb5b060e46334b7ec3d3ea4e03c3910c8554f6 python-ovos-ww-plugin-vosk-1ee4917e19d8f39f9944c11f3f596a5e0cf2ff58.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-ww-plugin-vosk
#
################################################################################
PYTHON_OVOS_WW_PLUGIN_VOSK_VERSION = 1ee4917e19d8f39f9944c11f3f596a5e0cf2ff58
PYTHON_OVOS_WW_PLUGIN_VOSK_SITE = $(call github,OpenVoiceOS,ovos-ww-plugin-vosk,$(PYTHON_OVOS_WW_PLUGIN_VOSK_VERSION))
PYTHON_OVOS_WW_PLUGIN_VOSK_SETUP_TYPE = setuptools
PYTHON_OVOS_WW_PLUGIN_VOSK_LICENSE_FILES = LICENSE
$(eval $(python-package))