how to use pyttsx3 file in python ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

how to use pyttsx3 file in python ?

I'm making a voice assistant using voice actions, but couldn't make the voice system.

26th Jul 2020, 5:46 AM
harshit jain
harshit jain - avatar
1 ответ
+ 1
Speech recognition is the process of converting audio into text. This is commonly used in voice assistants like Alexa, Siri, etc. Python provides an API called SpeechRecognition to allow us to convert audio into text for further processing. It will make your task easy: https://www.google.com/amp/s/www.geeksforgeeks.org/voice-assistant-using-python/amp/ _sʞuɐɥʇ
3rd Aug 2020, 7:46 AM
Bits!