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

@ -214,7 +214,8 @@ menu "Mycroft A.I. Plugins"
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-ovos-tts-plugin-mimic/Config.in"
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-ovos-tts-plugin-mimic2/Config.in"
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-ovos-tts-plugin-pico/Config.in"
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-ovos-wake-word-plugin-precise/Config.in"
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-ovos-ww-plugin-pocketsphinx/Config.in"
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-ovos-ww-plugin-precise/Config.in"
endmenu
menu "Mycroft A.I. Skills"
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/mycroft-skills-repo/Config.in"

View File

@ -685,7 +685,8 @@ BR2_PACKAGE_PYTHON_OVOS_STT_PLUGIN_VOSK=y
BR2_PACKAGE_PYTHON_OVOS_TTS_PLUGIN_MIMIC=y
BR2_PACKAGE_PYTHON_OVOS_TTS_PLUGIN_MIMIC2=y
BR2_PACKAGE_PYTHON_OVOS_TTS_PLUGIN_PICO=y
BR2_PACKAGE_PYTHON_OVOS_WAKE_WORD_PLUGIN_PRECISE=y
BR2_PACKAGE_PYTHON_OVOS_WW_PLUGIN_POCKETSPHINX=y
BR2_PACKAGE_PYTHON_OVOS_WW_PLUGIN_PRECISE=y
BR2_PACKAGE_MYCROFT_SKILLS_REPO=y
BR2_PACKAGE_MYCROFT_SKILL_ALARM=y
BR2_PACKAGE_MYCROFT_SKILL_AUDIO_RECORD=y

View File

@ -1,8 +0,0 @@
config BR2_PACKAGE_PYTHON_OVOS_WAKE_WORD_PLUGIN_PRECISE
bool "python-ovos-wake-word-plugin-precise"
help
This adds a plugin for precise, this is the
official mycroft wake word engine and is supported
out of the box by core
https://github.com/OpenVoiceOS/ovos-wake-word-plugin-precise

View File

@ -1 +0,0 @@
sha256 5626531c5eb249bb384a29a540fe5ce1552fb98db593775b93c258425a7b3418 python-ovos-wake-word-plugin-precise-766bc2d1e0a71f9b0e3f6a4f2fe1fbc981f90ae2.tar.gz

View File

@ -1,12 +0,0 @@
################################################################################
#
# python-ovos-wake-word-plugin-precise
#
################################################################################
PYTHON_OVOS_WAKE_WORD_PLUGIN_PRECISE_VERSION = 766bc2d1e0a71f9b0e3f6a4f2fe1fbc981f90ae2
PYTHON_OVOS_WAKE_WORD_PLUGIN_PRECISE_SITE = $(call github,OpenVoiceOS,ovos-wake-word-plugin-precise,$(PYTHON_OVOS_WAKE_WORD_PLUGIN_PRECISE_VERSION))
PYTHON_OVOS_WAKE_WORD_PLUGIN_PRECISE_SETUP_TYPE = setuptools
PYTHON_OVOS_WAKE_WORD_PLUGIN_PRECISE_LICENSE_FILES = LICENSE
$(eval $(python-package))

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

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_OVOS_WW_PLUGIN_PRECISE
bool "python-ovos-ww-plugin-precise"
help
This adds a plugin for precise, this is the
official mycroft wake word engine and is supported
out of the box by core
https://github.com/OpenVoiceOS/ovos-ww-plugin-precise

View File

@ -0,0 +1 @@
sha256 5626531c5eb249bb384a29a540fe5ce1552fb98db593775b93c258425a7b3418 python-ovos-ww-plugin-precise-766bc2d1e0a71f9b0e3f6a4f2fe1fbc981f90ae2.tar.gz

View File

@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-ww-plugin-precise
#
################################################################################
PYTHON_OVOS_WW_PLUGIN_PRECISE_VERSION = 766bc2d1e0a71f9b0e3f6a4f2fe1fbc981f90ae2
PYTHON_OVOS_WW_PLUGIN_PRECISE_SITE = $(call github,OpenVoiceOS,ovos-ww-plugin-precise,$(PYTHON_OVOS_WW_PLUGIN_PRECISE_VERSION))
PYTHON_OVOS_WW_PLUGIN_PRECISE_SETUP_TYPE = setuptools
PYTHON_OVOS_WW_PLUGIN_PRECISE_LICENSE_FILES = LICENSE
$(eval $(python-package))