how to use pyttsx3 file in python ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Resposta
+ 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!