Files
auracast-translator/tests/test_tts.py
T

4 lines
170 B
Python

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