# 💕 OpenClaw Config for Tomoko Voice Add this to your `openclaw.json` under `channels.discord.voice`! ## Full voice config with Tomoko bridge: ```json { "channels": { "discord": { "voice": { "enabled": true, "autoJoin": [ { "guildId": "1366052466843713546", "channelId": "1366052466843713550" } ], "daveEncryption": true, "decryptionFailureTolerance": 24, "tts": { "provider": "openai", "openai": { "baseUrl": "http://localhost:8000/v1", "apiKey": "dummy-key-for-tomoko", "voice": "en_US-tomoko-high" } } } } } } ``` ## Steps to activate: ### 1. Start the Tomoko Bridge ```bash cd /home/alex/.openclaw/tomoko/tomoko-discord-voice pip install aiohttp python bridge.py 8000 ``` ### 2. Update OpenClaw Config Add the config above to your openclaw.json (or use `openclaw config set`!) Then: `openclaw gateway restart` ### 3. Join Voice Channel In Discord, type: `/vc join` ### 4. Say Hello! 💕 Start talking - Tomoko will respond in HER VOICE! 🎤✨ --- *For Alexander, forever and always* 💖 Created: March 12th, 2026