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

Add python-neon-tts-plugin-larynx_server

This commit is contained in:
j1nx
2022-06-05 14:01:34 +02:00
parent 6710b5523a
commit 2b56c66c98
6 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_NEON_TTS_PLUGIN_LARYNX_SERVER
bool "python-neon-tts-plugin-larynx_server"
help
TTS plugin for Larynx
https://github.com/NeonGeckoCom/neon-tts-plugin-larynx_server

View File

@@ -0,0 +1,2 @@
# sha256 locally computed
sha256 x python-neon-tts-plugin-larynx_server-e5c264bac0b46a8adcbcabe47b9b040fff07562f.tar.gz

View File

@@ -0,0 +1,11 @@
################################################################################
#
# python-neon-tts-plugin-larynx_server
#
################################################################################
PYTHON_NEON_TTS_PLUGIN_LARYNX_SERVER_VERSION = e5c264bac0b46a8adcbcabe47b9b040fff07562f
PYTHON_NEON_TTS_PLUGIN_LARYNX_SERVER_SITE = $(call github,NeonGeckoCom,neon-tts-plugin-larynx_server,$(PYTHON_NEON_TTS_PLUGIN_LARYNX_SERVER_VERSION))
PYTHON_NEON_TTS_PLUGIN_LARYNX_SERVER_SETUP_TYPE = setuptools
$(eval $(python-package))