mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Precise and pocketsphinx ww plugins
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_OVOS_WW_PLUGIN_POCKETSPHINX
|
||||
bool "python-ovos-ww-plugin-pocketsphinx"
|
||||
help
|
||||
This adds a plugin for pocketsphinx, this is the
|
||||
fallback mycroft wake word engine and is supported
|
||||
out of the box by core.
|
||||
|
||||
https://github.com/OpenVoiceOS/ovos-ww-plugin-pocketsphinx
|
@@ -0,0 +1 @@
|
||||
sha256 87a619b53f1a603e3a14b1253920674006b5ae95f5f034b536da4aac4d3e168c python-ovos-ww-plugin-pocketsphinx-86d22179f5bd85bd55c9ffec1a2f071129d9947c.tar.gz
|
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ovos-ww-plugin-pocketsphinx
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_OVOS_WW_PLUGIN_POCKETSPHINX_VERSION = 86d22179f5bd85bd55c9ffec1a2f071129d9947c
|
||||
PYTHON_OVOS_WW_PLUGIN_POCKETSPHINX_SITE = $(call github,OpenVoiceOS,ovos-ww-plugin-pocketsphinx,$(PYTHON_OVOS_WW_PLUGIN_POCKETSPHINX_VERSION))
|
||||
PYTHON_OVOS_WW_PLUGIN_POCKETSPHINX_SETUP_TYPE = setuptools
|
||||
PYTHON_OVOS_WW_PLUGIN_POCKETSPHINX_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user