1
1
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:
j1nx
2021-09-06 13:00:14 +02:00
parent b81763701b
commit 6fa4da951c
11 changed files with 46 additions and 23 deletions

View File

@@ -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

View File

@@ -0,0 +1 @@
sha256 87a619b53f1a603e3a14b1253920674006b5ae95f5f034b536da4aac4d3e168c python-ovos-ww-plugin-pocketsphinx-86d22179f5bd85bd55c9ffec1a2f071129d9947c.tar.gz

View File

@@ -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))