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")