initial commit homeintent
This commit is contained in:
28
homeintent/rhasspy/en/profile.json
Normal file
28
homeintent/rhasspy/en/profile.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user