Provider Realtime Voice

リアルタイム音声会話(OpenAI Realtime API / Gemini Live API)の統合をアプリに実装・設計するときのポート定義・アダプタ雛形・conformance テスト・モデルカタログの供給元。TypeScript(Zod/vitest)。セッション+イベントストリーム型ポート、barge-in、VAD 3方式と利用シーン別チューニング(semantic_vad の eagerness、server_vad の threshold/silence_duration_ms、noise reduction)、reasoning effort(gpt-realtime-2.1 の reasoning.effort / Gemini の thinkingLevel)の最適値選定、音声コーデック分離を扱う。設計原則そのものは provider-harness メタスキルを参照する。単発のテキスト読み上げ(一方向TTS)は tts プラグインを使い、本スキルは双方向のリアルタイム音声「対話」統合が対象。「リアルタイム音声」「音声会話 統合」「Realtime API」「Gemini Live」「音声エージェント」「electron/ブラウザで音声対話」「アプリに音声通話機能を組み込む」「電話ボット」「コールセンターAI」「Twilio 音声連携」「VADチューニング」「eagerness の設定」で発動。

haboshi Updated

File contents

haboshi/claude-code-skills/tree/main/provider-harness/skills/provider-realtime-voice commit dc9944afbd

Frequently asked questions

npx skillmds@latest add haboshi/provider-realtime-voice