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

Add python-ovos-tts-plugin-marytts

This commit is contained in:
j1nx
2022-06-05 14:13:16 +02:00
parent 2b56c66c98
commit 2890a6a384
6 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_TTS_PLUGIN_MARYTTS
bool "python-ovos-tts-plugin-marytts"
help
TTS Plugin for MaryTTS
https://github.com/OpenVoiceOS/ovos-tts-plugin-marytts

View File

@@ -0,0 +1,2 @@
# sha256 locally computed
sha256 c8292e90334ae15508632d5c4894316a4bc833e35c388032e10ced44fb1b78e3 python-ovos-tts-plugin-marytts-7401b9b23b3a8424af89f09979db6e8e893e2059.tar.gz

View File

@@ -0,0 +1,11 @@
################################################################################
#
# python-ovos-tts-plugin-marytts
#
################################################################################
PYTHON_OVOS_TTS_PLUGIN_MARYTTS_VERSION = 7401b9b23b3a8424af89f09979db6e8e893e2059
PYTHON_OVOS_TTS_PLUGIN_MARYTTS_SITE = $(call github,OpenVoiceOS,ovos-tts-plugin-marytts,$(PYTHON_OVOS_TTS_PLUGIN_MARYTTS_VERSION))
PYTHON_OVOS_TTS_PLUGIN_MARYTTS_SETUP_TYPE = setuptools
$(eval $(python-package))