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

Add ovos-tts-plugin-mimic2

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

View File

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

View File

@@ -0,0 +1,2 @@
# sha256 locally computed
sha256 2d975b02c3c9fd4e4cebaa33bf2cad43ee2b405e14965d6bb5259fce5b0a5cbe python-ovos-tts-plugin-mimic2-9c389383dd1cafa2811363b9fbc22d89b823b3c9.tar.gz

View File

@@ -0,0 +1,11 @@
################################################################################
#
# python-ovos-tts-plugin-mimic2
#
################################################################################
PYTHON_OVOS_TTS_PLUGIN_MIMIC2_VERSION = 9c389383dd1cafa2811363b9fbc22d89b823b3c9
PYTHON_OVOS_TTS_PLUGIN_MIMIC2_SITE = $(call github,OpenVoiceOS,ovos-tts-plugin-mimic2,$(PYTHON_OVOS_TTS_PLUGIN_MIMIC2_VERSION))
PYTHON_OVOS_TTS_PLUGIN_MIMIC2_SETUP_TYPE = setuptools
$(eval $(python-package))