Created
October 11, 2022 19:30
-
-
Save forslund/c9e3c982afab14f31821fc60d64fcf1b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"max_allowed_core_version": 21.2, | |
"_server": { | |
"url": "https://api.mycroft-test.net" | |
}, | |
"_lang": "sv-se", | |
"listener": { | |
"_recording_timeout_with_silence": 50, | |
"_recording_timeout": 100, | |
"_wake_word": "blueberry", | |
"_save_utterances": true, | |
"_record_wake_words": true, | |
"mute_during_output": false | |
}, | |
"hotwords": { | |
"subject": { | |
"module": "porcupine_wakeword_plug", | |
"_module": "porcupine", | |
"keyword_file_path": "~/.mycroft/subject__en_linux_2021-09-16-utc_v1_9_0.ppn" | |
}, | |
"blueberry": { | |
"module": "porcupine_wakeword_plug", | |
"_module": "porcupine", | |
"keyword_file_path": "~/.mycroft/blueberry_linux.ppn", | |
"access_key": "secret" | |
}, | |
"hey mycroft": { | |
"_module": "jarbas_precise_ww_plug", | |
"model": "~/.mycroft/precise/hey-mycroft.pb", | |
"trigger_level": 3, | |
"sensitivity": 0.5 | |
} | |
}, | |
"padatious": { | |
"_single_thread": true | |
}, | |
"tts": { | |
"_pulse_duck": true, | |
"_module": "mimic", | |
"module": "mimic3_tts_plug", | |
"google": { | |
"_lang": "en-uk" | |
}, | |
"polly": { | |
"access_key_id": "secret", | |
"secret_access_key": "secret", | |
"voice": "Astrid" | |
}, | |
"watson": { | |
"apikey": "secret", | |
"url": "https://api.eu-gb.text-to-speech.watson.cloud.ibm.com/instances/38c53ce4-a317-48b1-a60f-aa4353c40df9" | |
} | |
}, | |
"confirm_listening": true, | |
"stt": { | |
"_module": "ibm", | |
"ibm": { | |
"url": "https://api.eu-gb.speech-to-text.watson.cloud.ibm.com/instances/531cbf96-ea18-4e96-a2fc-7b580cb099a8", | |
"credential": { | |
"token": "secret" | |
} | |
} | |
}, | |
"CmdSkill": { | |
"alias": { | |
"generate report": "/home/forslund/scripts/generate_report.sh", | |
"mines": "gnome-mines" | |
} | |
}, | |
"skills": { | |
"auto_update": true, | |
"settings_prefix": "~/mycroft-skills" | |
}, | |
"Audio": { | |
"_default-backend": "vlc" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment