openclaw-voice-assistant/hotword_config.json
Claw - AI Now Inc 1662bc141a Initial commit: Bilingual Voice Assistant for Google AIY Voice Kit V1
Features:
- Bilingual support (English/Mandarin Chinese)
- Hotword detection: 'Hey Osiris' / '你好 Osiris'
- Music playback control (MP3, WAV, OGG, FLAC)
- OpenClaw integration for AI responses
- Google AIY Voice Kit V1 compatible
- Text-to-speech in both languages
- Voice command recognition
- Raspberry Pi ready with installation script

AI Now Inc - Del Mar Demo Unit 🏭
2026-03-01 00:02:49 -08:00

20 lines
332 B
JSON

{
"hotwords": [
{
"keyword": "hey osiris",
"keyword_zh": "你好 osiris",
"sensitivity": 0.5,
"library_path": "resources/porcupine"
}
],
"audio": {
"sample_rate": 16000,
"frame_length": 512
},
"behavior": {
"timeout": 30,
"cooldown": 5,
"continuous_listen": false
}
}