Files
auracast-translator/tests/test_tts.py
2024-12-19 14:01:32 +01:00

4 lines
171 B
Python

from multilang_translator.text_to_speech.text_to_speech import synthesize
def test_synthesize():
synthesize("Hello, how are you?", "en_US-lessac-medium", "hello.wav")