how to use pyttsx3 file in python ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
+ 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!