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 🏭
20 lines
332 B
JSON
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
|
|
}
|
|
}
|