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

Update STT Plugin Vosk to the OpenVoiceOS release after transfer from JarbasAI

This commit is contained in:
Ciaran O'Reilly
2021-08-06 15:49:24 +02:00
parent 393f39c3bc
commit b8e7e1adff
8 changed files with 22 additions and 22 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_STT_PLUGIN_VOSK
bool "python-ovos-stt-plugin-vosk"
help
OVOS STT plugin for Vosk
https://github.com/OpenVoiceOS/ovos-stt-plugin-vosk

View File

@@ -0,0 +1,2 @@
# md5, sha256 from https://pypi.org/pypi/ovos-stt-plugin-vosk/json
sha256 1914db2e5bd768ec031e2317f64af447b0e8553366fa7177c434bf06582c8c42 ovos-stt-plugin-vosk-0.1.0.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-stt-plugin-vosk
#
################################################################################
PYTHON_OVOS_STT_PLUGIN_VOSK_VERSION = 0.1.0
PYTHON_OVOS_STT_PLUGIN_VOSK_SOURCE = ovos-stt-plugin-vosk-$(PYTHON_OVOS_STT_PLUGIN_VOSK_VERSION).tar.gz
PYTHON_OVOS_STT_PLUGIN_VOSK_SITE = https://files.pythonhosted.org/packages/2c/fa/fd30cced0c7defd817c1da7234488ad0f4233fb4500d7df60d6930921f07
PYTHON_OVOS_STT_PLUGIN_VOSK_SETUP_TYPE = setuptools
$(eval $(python-package))