1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

The big catch up game - part2

Pushed for backup. DO NOT build this as of yet.
This commit is contained in:
j1nx
2022-09-25 18:43:22 +02:00
parent 53813eb5a9
commit 71f8e6c00f
220 changed files with 2911 additions and 7291 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_STT_PLUGIN_SELENE
bool "python-ovos-stt-plugin-selene"
help
OVOS STT plugin for Mycroft A.I. it's selene backend
https://github.com/OpenVoiceOS/ovos-stt-plugin-selene

View File

@@ -0,0 +1,2 @@
# sha256 locally computed
sha256 86044c028bd433ee5f28c90d2d20c4f5a372aec78f6c57121d37db33675daf9c python-ovos-stt-plugin-selene-31bdc3a89cbfa23f668ae53ff2459af43905ddad.tar.gz

View File

@@ -0,0 +1,11 @@
################################################################################
#
# python-ovos-stt-plugin-selene
#
################################################################################
PYTHON_OVOS_STT_PLUGIN_SELENE_VERSION = 31bdc3a89cbfa23f668ae53ff2459af43905ddad
PYTHON_OVOS_STT_PLUGIN_SELENE_SITE = $(call github,OpenVoiceOS,ovos-stt-plugin-selene,$(PYTHON_OVOS_STT_PLUGIN_SELENE_VERSION))
PYTHON_OVOS_STT_PLUGIN_SELENE_SETUP_TYPE = setuptools
$(eval $(python-package))