initial commit homeintent

This commit is contained in:
2023-02-22 00:16:44 +01:00
parent 457159dacf
commit f1ab525f0b
179 changed files with 497691 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"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"
}
}