asuwebdesign / patternfly-ext-chatbot

PatternFly Extension for creating enterprise-ready chatbot user experiences
https://patternfly-chatbot.vercel.app
MIT License
1 stars 0 forks source link

Message Bar - Voice-to-Text Input #24

Open asuwebdesign opened 3 months ago

asuwebdesign commented 3 months ago

Design Spec

When enabled, users can input their messages using a microphone. Users can tap the microphone action in the message bar. This enables the Web Speech API to listen for voice communication. Users can either tap the action again or stop talking to close the API connection.

asuwebdesign commented 1 month ago

Added support for Web Speech API when tapping the microphone button. Note: Need to look into this further, as some browsers (e.g. Firefox) do not support certain features of the API. Open to looking for alternatives.