Open nishant4500 opened 3 weeks ago
can you mark level 2 @suryanshsk !!
No, Sorry
On Sun, 27 Oct, 2024, 8:11 pm Nishant Dwivedi, @.***> wrote:
can you mark level 2 @suryanshsk https://github.com/suryanshsk !!
— Reply to this email directly, view it on GitHub https://github.com/suryanshsk/Python-Voice-Assistant-Suryanshsk/issues/486#issuecomment-2440050477, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVBBZFKFPUH2CLTU6XQGXBDZ5T3QTAVCNFSM6AAAAABQVY37KGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBQGA2TANBXG4 . You are receiving this because you were mentioned.Message ID: @.*** .com>
i have converted text to speech in Python using the gTTS (Google Text-to-Speech) library.
pip install gTTS (install this package in terminal) os.system("start output.mp3") plays the saved audio file directly on your system.