rhasspy_profile/fr/profile.json

52 lines
1.2 KiB
JSON

{
"dialogue": {
"system": "rhasspy"
},
"handle": {
"system": "hass"
},
"home_assistant": {
"access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJiMzcxOTMzMmQxZWE0NTU1YmVhYWY0NGM5YWZkN2E5NiIsImlhdCI6MTU5ODA5NTUxMywiZXhwIjoxOTEzNDU1NTEzfQ.tVFxFVDzZ7R9ozNaminOhPJNdhkLGi-TpDv4cw1fTRo",
"handle_type": "event",
"url": "http://10.10.10.10:8123"
},
"intent": {
"system": "fsticuffs"
},
"microphone": {
"system": "pyaudio"
},
"mqtt": {
"enabled": "true",
"host": "10.10.10.10"
},
"sounds": {
"command": {
"play_arguments": [
"-volume",
"50",
"-cache",
"5000",
"-"
],
"play_program": "mplayer"
},
"system": "command"
},
"speech_to_text": {
"system": "kaldi"
},
"text_to_speech": {
"system": "picotts"
},
"wake": {
"porcupine": {
"keyword_path": "picovoice.ppn",
"sensitivity": "0.7"
},
"precise": {
"model": "yoda16.pb"
},
"system": "precise"
}
}