[Feature]: Read AI responses aloud via built-in TTS (per-message "read aloud" action) #6762
JardarIversen
started this conversation in
Ideas
Replies: 1 comment
|
Disclosure: BRAINIALL operates Brainiall TTS, so this is a vendor opt-in offer, not a neutral recommendation. The system
We would keep code blocks, sentence-boundary streaming and background auto-read out of the first spike. If that scope would help, please reply with the preferred provider interface / audio format; otherwise we will not follow up. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/desktop
Use case
Add an optional text-to-speech action that reads the assistant's chat output aloud, on a per-message basis.
Problem
Today there is no way to have T3 Code read its own responses out loud while I'm away from the screen or looking at the code. This makes it harder to concentrate and read output on longer coding sessions.
Related issues:
Neither of these addresses the use case of having the model's content itself read aloud, message by message, on demand.
Proposed solution
A per-message "Read aloud" / "Speak" action on the assistant message UI (next to copy button), with a small set of built-in voices and the option to auto-read new streaming responses.
Two implementation paths, either or both:
SpeechSynthesisUtterance— zero-cost, no model download, works offline, uses the OS-provided voices. Good baseline, available everywhere the UI runs.Suggested shape
Open questions
Why this matters
Smallest useful scope
A single button under each message that read out the message it's under, with a pause function. Smallest useful scope would not need more advanced controls, or model selection.
Alternatives considered
No response
Risks or tradeoffs
No response
Examples or references
No response
Contribution
All reactions