Is your feature request related to a problem? Please describe.
This requested feature isn't just useful as much as it is to be following the trend when it comes to prompting users.
OpenAI, Gemini, Bard and others have this feature installed, and it served as a gateway to other features in the future. specially concerning Mobile device users.
Describe the solution you'd like
Implement a text-to-speech, speech-to-text functionality.
AssemblyAi's API offers such functionality, but for a more stock approach the simplest implementation can be done by python's pyttsx3 engine for text-to-speech and sr (speech_recognizer) for speech recognition.
Is your feature request related to a problem? Please describe.
This requested feature isn't just useful as much as it is to be following the trend when it comes to prompting users. OpenAI, Gemini, Bard and others have this feature installed, and it served as a gateway to other features in the future. specially concerning Mobile device users.
Describe the solution you'd like
Implement a text-to-speech, speech-to-text functionality. AssemblyAi's API offers such functionality, but for a more stock approach the simplest implementation can be done by python's pyttsx3 engine for text-to-speech and sr (speech_recognizer) for speech recognition.
resource: https://www.geeksforgeeks.org/python-convert-speech-to-text-and-text-to-speech/
Additional context