4 lines
171 B
Python
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") |