Files
openchamber/packages/docs/content/docs/voice.mdx
T
Bohdan Triapitsyn 967704a9b9 docs: add OpenChamber feature docs and translations (#1400)
* docs: add OpenChamber feature docs and translations

Add 30 new docs pages covering OpenChamber-specific workflows and setup:
OpenCode server, providers/models/agents, MCP, skills, commands & snippets,
usage, projects, context, notes/todos/plans, scheduled tasks, project actions,
preview, worktrees, multi-run, git & GitHub, magic prompts, git identities,
mobile/PWA, security, notifications, voice, project icons, remote instances,
desktop browser, updates, and three troubleshooting pages.

Rebuild sidebar into eight task-oriented sections and translate every new
page into all six supported locales (uk, zh-cn, es, pt-br, ko, pl).

* docs: surface new sections on homepage and cross-link tunnels

Add an Explore block to the docs homepage (all seven locales) linking to
the new section anchors, and cross-link the Tunnels page to Security and
PWA & Mobile.
2026-05-24 14:15:55 +03:00

37 lines
1.3 KiB
Plaintext

---
title: Voice Mode
description: Speak to OpenChamber and hear replies read aloud.
---
# Voice Mode
Voice mode lets you dictate messages and have replies read back to you. Turn it on at **Settings → OpenChamber → Voice**.
## Reading replies aloud (text-to-speech)
Pick how replies are spoken:
- **browser** — your browser's built-in voices, no setup
- **OpenAI** — OpenAI's voices; paste your API key and pick a voice
- **OpenAI-compatible** — any service that speaks the OpenAI format; enter its URL and, if it needs one, an API key
- **macOS say** — the built-in `say` command, on Macs that have it
Once on, you get a play button on messages to hear them read aloud.
## Dictating messages (speech-to-text)
Pick how your speech is transcribed:
- **browser** — your browser's built-in recognition, no setup
- **server** — an OpenAI-compatible transcription service; enter its URL and, if needed, an API key
- **on-device** — a speech model that runs in your browser and downloads the first time you use it
## A note for phones
For reading replies aloud on a phone, the OpenAI or OpenAI-compatible options are the most reliable — mobile browsers limit the built-in voices.
## Related
- [Notifications](/notifications/) — get pinged instead of listening
- [Providers, Models & Agents](/providers/) — where your OpenAI key may already live