from gtts import gTTS tts = gTTS(text="पर्सनल लोन पर ब्याज दर क्या है?", lang='hi') tts.save("test_question.mp3") print("Saved test_question.mp3")