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

Add ovos-tts-plugin-pico

This commit is contained in:
j1nx
2021-09-02 20:49:06 +02:00
parent bea2914543
commit 0cd23287d2
5 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_TTS_PLUGIN_PICO
bool "python-ovos-tts-plugin-pico"
help
OVOS TTS plugin for PicoTTS
https://github.com/OpenVoiceOS/ovos-tts-plugin-pico

View File

@@ -0,0 +1,2 @@
# sha256 locally computed
sha256 313ef3808f73497c91b48eb27543efefe3bbca4d369b1803120f27e2c7fac18e python-ovos-tts-plugin-pico-6acd4c3863befbb9f9f9fca576ec9222166429cd.tar.gz

View File

@@ -0,0 +1,11 @@
################################################################################
#
# python-ovos-tts-plugin-pico
#
################################################################################
PYTHON_OVOS_TTS_PLUGIN_PICO_VERSION = 6acd4c3863befbb9f9f9fca576ec9222166429cd
PYTHON_OVOS_TTS_PLUGIN_PICO_SITE = $(call github,OpenVoiceOS,ovos-tts-plugin-pico,$(PYTHON_OVOS_TTS_PLUGIN_PICO_VERSION))
PYTHON_OVOS_TTS_PLUGIN_PICO_SETUP_TYPE = setuptools
$(eval $(python-package))