Files
openchamber/packages/docs/content/docs/ja/voice.mdx
T
eb051f969e Add Japanese locale (ja) support (#1810)
* Add Japanese locale (ja) support

- New: ja.ts with 2624 UI translation keys
- New: ja.settings.ts with 1789 settings translation keys
- Registered ja in runtime.ts (Locale type, LOCALES, LOCALE_LABEL_KEYS, normalizeLocale)
- Added ja-JP BCP-47 mapping in intl.ts
- Added JA_MESSAGES in bootstrap.ts
- Added ja to lazy-load dictionary map in store.ts
- Updated messages.test.ts with ja dictionary
- Added common.language.japanese to all 8 existing locale files

* fix(i18n): complete Japanese locale updates

* test(i18n): enforce locale key parity

* docs: add Japanese documentation

---------

Co-authored-by: yuchi0531 <yuchi0531@users.noreply.github.com>
Co-authored-by: Bohdan Triapitsyn <artmore@protonmail.com>
2026-06-27 01:00:05 +03:00

37 lines
1.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: 音声モード
description: OpenChamber に話しかけ、返信を読み上げで聞きます。
---
# 音声モード
音声モードでは、メッセージを音声入力し、返信を読み上げで聞けます。**Settings → OpenChamber → Voice** でオンにします。
## 返信の読み上げ(text-to-speech
返信の読み上げ方法を選びます。
- **browser** — ブラウザ組み込みの音声。設定不要です
- **OpenAI** — OpenAI の音声。API キーを貼り付けて声を選びます
- **OpenAI-compatible** — OpenAI 形式で音声を返す任意のサービス。URL と、必要なら API キーを入力します
- **macOS say** — Mac にある組み込みの `say` コマンド
オンにすると、メッセージに再生ボタンが表示され、読み上げを聞けます。
## メッセージの音声入力(speech-to-text
音声をどう文字起こしするか選びます。
- **browser** — ブラウザ組み込みの認識。設定不要です
- **server** — OpenAI 互換の文字起こしサービス。URL と、必要なら API キーを入力します
- **on-device** — ブラウザ内で動く音声モデル。初回利用時にダウンロードされます
## スマートフォン向けの注意
スマートフォンで返信を読み上げる場合、OpenAI または OpenAI-compatible の選択肢が最も安定します。モバイルブラウザは組み込み音声に制限があります。
## 関連
- [通知](/notifications/) — 聞き続ける代わりに通知を受け取る
- [プロバイダー、モデル、エージェント](/providers/) — OpenAI キーがすでにあるかもしれない場所