Example of how to implement a custom TTS provider

pull/432/head
Callum Leslie 3 years ago
parent 5dbf68c1a0
commit 84a2651400

@ -0,0 +1,9 @@
## Your TTS imports, etc.
# def run(text, filepath):
# Call your TTS on the text variable
# ...
# Save your TTS to the a file using the filepath variable. The engine assumes it will be an mp3 file.
# ...
#
# any extra functions you need
Loading…
Cancel
Save