codeforpdx / codeforpdx/tenantfirstaid
Idea: Enable Voice Interaction
Open
Nobody has claimed this yet.
enhancement
frontend
RFC
UX design
- Dominant language
- Python
- Stars
- 13
- Forks
- 21
- Avg merge
- 6d 7h
- Merged PRs (30d)
- 3
Description
This issue proposes adding voice input and output capabilities to the chatbot interface to enhance accessibility, user engagement, and hands-free interaction.
- Allow users to speak to the chatbot using microphone input.
- Convert speech to text using a reliable STT (Speech-to-Text) service.
- Process the transcribed input through the existing chatbot logic.
- Consider providing spoken responses using TTS (Text-to-Speech) synthesis.
- Ensure smooth fallback to text-only interaction when needed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or STT/TTS provider. Start by mapping the existing chatbot interface and text-processing flow, then determine the voice-input, spoken-response, and text-only fallback requirements; done means these paths are defined and integrated without removing the existing text interaction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- accessibility, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100