Files
homeassistant/homeintent/rhasspy/en/profile.json
2023-02-22 00:16:44 +01:00

28 lines
558 B
JSON

{
"dialogue": {
"system": "rhasspy"
},
"intent": {
"system": "fsticuffs"
},
"microphone": {
"pyaudio": {
"udp_audio_host": "127.0.0.1",
"udp_audio_port": "12202"
},
"system": "pyaudio"
},
"sounds": {
"system": "aplay"
},
"speech_to_text": {
"system": "kaldi"
},
"wake": {
"porcupine": {
"keyword_path": "jarvis_linux.ppn",
"udp_audio": "127.0.0.1:12202"
},
"system": "porcupine"
}
}