refractoring and more tests
This commit is contained in:
4
tests/test_tts.py
Normal file
4
tests/test_tts.py
Normal file
@@ -0,0 +1,4 @@
|
||||
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")
|
||||
Reference in New Issue
Block a user