higgood / seechat-folks

4 stars 1 forks source link

Adding speech-to-text to problem prompting. #65

Open nova-sudo opened 2 months ago

nova-sudo commented 2 months ago

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

wammar commented 2 months ago

We'll prioritize this based on the results of the next UX survey, due Sep 15.

ahmedoy commented 1 month ago

image Added as two seperate questions in the survey.