test1 / test_audio.py
Aniket Sirsikar
Clean commit without venv
9b73f19
Raw
History Blame Contribute Delete
195 Bytes
from gtts import gTTS
tts = gTTS(text="पर्सनल लोन पर ब्याज दर क्या है?", lang='hi')
tts.save("test_question.mp3")
print("Saved test_question.mp3")