diff --git a/tts/example_tts.py b/tts/example_tts.py new file mode 100644 index 0000000..d297a59 --- /dev/null +++ b/tts/example_tts.py @@ -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 \ No newline at end of file