Files
2019-05-19 15:12:15 -04:00

247 lines
6.6 KiB
JSON
Executable File

{
"command": {
"command": {
"arguments": [],
"program": ""
},
"hermes": {
"timeout_sec": 30
},
"oneshot": {
"timeout_sec": 30
},
"system": "webrtcvad",
"webrtcvad": {
"chunk_size": 960,
"min_sec": 2,
"sample_rate": 16000,
"silence_sec": 0.5,
"speech_buffers": 5,
"throwaway_buffers": 10,
"timeout_sec": 30,
"vad_mode": 0
}
},
"handle": {
"command": {
"arguments": [],
"program": ""
},
"forward_to_hass": true,
"system": "hass"
},
"home_assistant": {
"access_token": "",
"api_password": "",
"event_type_format": "rhasspy_{0}",
"pem_file": "",
"url": "http://hassio/homeassistant/"
},
"intent": {
"adapt": {
"stop_words": "stop_words.txt"
},
"command": {
"arguments": [],
"program": ""
},
"fuzzywuzzy": {
"examples_json": "intent_examples.json",
"min_confidence": 0
},
"fsticuffs": {
"intent_fst": "intent.fst",
"ignore_unknown_words": true
},
"flair": {
"cache_dir": "flair/cache",
"data_dir": "flair/data",
"embeddings": [],
"max_epochs": 25,
"do_sampling": true,
"num_samples": 10000,
"compatible": true
},
"rasa": {
"examples_markdown": "intent_examples.md",
"project_name": "rhasspy",
"url": "http://localhost:5000/"
},
"remote": {
"url": "http://my-server:12101/api/text-to-intent"
},
"system": "fsticuffs"
},
"language": "",
"microphone": {
"arecord": {
"chunk_size": 960,
"device": ""
},
"pyaudio": {
"device": "",
"frames_per_buffer": 480
},
"stdin": {
"auto_start": true,
"chunk_size": 960
},
"system": "pyaudio"
},
"mqtt": {
"enabled": false,
"host": "localhost",
"password": "",
"port": 1883,
"publish_intents": true,
"reconnect_sec": 5,
"site_id": "default",
"username": ""
},
"rhasspy": {
"listen_on_start": true,
"load_timeout_sec": 15,
"preload_profile": true
},
"sounds": {
"recorded": "etc/wav/beep_lo.wav",
"system": "aplay",
"wake": "etc/wav/beep_hi.wav"
},
"speech_to_text": {
"command": {
"arguments": [],
"program": ""
},
"dictionary_casing": "",
"g2p_casing": "",
"g2p_model": "g2p.fst",
"grammars_dir": "grammars",
"fsts_dir": "fsts",
"kaldi": {
"base_dictionary": "base_dictionary.txt",
"base_language_model": "base_language_model.txt",
"compatible": false,
"custom_words": "custom_words.txt",
"dictionary": "dictionary.txt",
"graph": "graph",
"kaldi_dir": "/opt/kaldi",
"language_model": "language_model.txt",
"model_dir": "model",
"unknown_words": "unknown_words.txt",
"mix_weight": 0.0,
"mix_fst": "mixed.fst"
},
"pocketsphinx": {
"acoustic_model": "acoustic_model",
"base_dictionary": "base_dictionary.txt",
"base_language_model": "base_language_model.txt",
"compatible": true,
"custom_words": "custom_words.txt",
"dictionary": "dictionary.txt",
"language_model": "language_model.txt",
"min_confidence": 0,
"mllr_matrix": "acoustic_model_mllr",
"unknown_words": "unknown_words.txt",
"mix_weight": 0.0,
"mix_fst": "mixed.fst"
},
"remote": {
"url": "http://my-server:12101/api/speech-to-text"
},
"sentences_ini": "sentences.ini",
"slots_dir": "slots",
"system": "pocketsphinx"
},
"text_to_speech": {
"command": {
"arguments": [],
"program": ""
},
"espeak": {
"phoneme_map": "espeak_phonemes.txt",
"ipa_map": "ipa_phonemes.txt"
},
"flite": {
"voice": "kal16"
},
"marytts": {
"url": "http://localhost:59125"
},
"phoneme_examples": "phoneme_examples.txt",
"picotts": {},
"system": "espeak",
"wavenet": {
"cache_dir": "tts/googlewavenet/cache",
"credentials_json": "tts/googlewavenet/credentials.json",
"gender": "FEMALE",
"language_code": "en-US",
"sample_rate": 22050,
"url": "https://texttospeech.googleapis.com/v1/text:synthesize",
"voice": "Wavenet-C",
"fallback_tts": "espeak"
}
},
"training": {
"dictionary_number_duplicates": true,
"grammars": {
"delete_before_training": true
},
"intent": {
"command": {
"arguments": [],
"program": ""
},
"intent_map": "intent_map.json",
"system": "auto"
},
"regex": {
"split": "\\s+"
},
"speech_to_text": {
"command": {
"arguments": [],
"program": ""
},
"system": "auto"
},
"tokenizer": "regex",
"unknown_words": {
"fail_when_present": true,
"guess_pronunciations": true
}
},
"wake": {
"command": {
"arguments": [],
"program": ""
},
"hermes": {
"wakeword_id": "default"
},
"pocketsphinx": {
"chunk_size": 960,
"compatible": true,
"keyphrase": "okay rhasspy",
"mllr_matrix": "wake_mllr",
"threshold": 1e-30
},
"precise": {
"chunk_delay": 0.005,
"chunk_size": 2048,
"engine_path": "precise-engine",
"model": "hey-mycroft-2.pb",
"sensitivity": 0.5,
"trigger_level": 3
},
"snowboy": {
"apply_frontend": false,
"audio_gain": 1,
"chunk_size": 960,
"model": "snowboy.umdl",
"sensitivity": 0.5
},
"system": "pocketsphinx"
}
}