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