Closed krakenftw closed 3 months ago
✅ All Clear: This PR is ready to merge! 👍
✨ Generated with love by Kaizen ❤️
Useful Commands
Feedback: Reply with !feedback [your message]
Ask PR: Reply with !ask-pr [your question]
Review: Reply with !review
Thanks @krakenftw ! great PR
Thanks! currently it shows the speak icon while its still speaking, so it queues up the audio. should i implement a hook that gives us isSpeaking state and we can disable the speaker icon while its speaking.
Yeah and a way to stop /pause would be great
feat: Add Text-to-Speech Functionality for Chat Answers
Overview
This pull request introduces text-to-speech functionality for chat answers, allowing users to hear the AI's responses read aloud. #197
Changes
SpeechSynthesis
API.Original Description
added tts using the `SpeechSynthesis` API. other changes are for formatting, prettier