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_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
|
@ -0,0 +1 @@
|
||||
sha256 5626531c5eb249bb384a29a540fe5ce1552fb98db593775b93c258425a7b3418 python-ovos-ww-plugin-precise-766bc2d1e0a71f9b0e3f6a4f2fe1fbc981f90ae2.tar.gz
|
@ -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))
|
Reference in New Issue
Block a user