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

Add ovos-tts-plugin-mimic

This commit is contained in:
j1nx
2021-09-01 19:09:59 +02:00
parent 1322189b32
commit 7f5045af65
5 changed files with 23 additions and 2 deletions

View File

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

View File

@@ -0,0 +1,2 @@
# sha256 locally computed
sha256 b53de37039d661605f4026cf111ecad81722dcbed987f0203728576de78ec3f6 python-ovos-tts-plugin-mimic-e8e4e1b7368b06200e2c1a3cc0ddcee39547361f.tar.gz

View File

@@ -0,0 +1,11 @@
################################################################################
#
# python-ovos-tts-plugin-mimic
#
################################################################################
PYTHON_OVOS_TTS_PLUGIN_MIMIC_VERSION = e8e4e1b7368b06200e2c1a3cc0ddcee39547361f
PYTHON_OVOS_TTS_PLUGIN_MIMIC_SITE = $(call github,OpenVoiceOS,ovos-tts-plugin-mimic,$(PYTHON_OVOS_TTS_PLUGIN_MIMIC_VERSION))
PYTHON_OVOS_TTS_PLUGIN_MIMIC_SETUP_TYPE = setuptools
$(eval $(python-package))