mirror of
				https://github.com/OpenVoiceOS/OpenVoiceOS
				synced 2025-06-05 22:19:21 +02:00 
			
		
		
		
	Update mycroft.conf
make mimic3-server the default voice instead of mimic2 remove deprecated / default options
This commit is contained in:
		| @@ -4,21 +4,10 @@ | ||||
|   "play_wav_cmdline": "paplay %1", | ||||
|   "play_mp3_cmdline": "mpg123 %1", | ||||
|   "ipc_path": "/dev/shm/mycroft/ipc/", | ||||
|   "enclosure": { | ||||
|     "platform": "OpenVoiceOS", | ||||
|     "ntp_sync_on_boot": true | ||||
|   }, | ||||
|   "gui": { | ||||
|     "extension": "smartspeaker", | ||||
|     "idle_display_skill": "skill-ovos-homescreen.openvoiceos" | ||||
|   }, | ||||
|   "PHAL": { | ||||
|     "ovos-PHAL-plugin-system": {"enabled": true}, | ||||
|     "ovos-PHAL-plugin-connectivity-events": {"enabled": true}, | ||||
|     "ovos-PHAL-plugin-balena-wifi": {"enabled": true}, | ||||
|     "ovos-PHAL-plugin-display-manager-ipc": {"enabled": true}, | ||||
|     "ovos-PHAL-plugin-dashboard": {"enabled": true} | ||||
|   }, | ||||
|   "listener": { | ||||
|     "mute_during_output": false, | ||||
|     "instant_listen": true, | ||||
| @@ -33,35 +22,18 @@ | ||||
|       "model": "~/.local/share/precise-lite/wakewords/en/hey_mycroft.tflite", | ||||
|       "sensitivity": 0.5, | ||||
|       "trigger_level": 3, | ||||
|       "expected_duration": 3, | ||||
|       "phonemes": "HH EY . M AY K R AO F T", | ||||
|       "threshold": 1e-90, | ||||
|       "lang": "en-us" | ||||
|     }, | ||||
|     "wake_up": { | ||||
|       "module": "ovos-ww-plugin-pocketsphinx", | ||||
|       "phonemes": "W EY K . AH P", | ||||
|       "threshold": 1e-20, | ||||
|       "lang": "en-us" | ||||
|       "expected_duration": 3 | ||||
|     } | ||||
|   }, | ||||
|   "tts": { | ||||
|     "module": "ovos-tts-plugin-mimic2", | ||||
|     "fallback_module": "ovos-tts-plugin-mimic", | ||||
|     "ovos-tts-plugin-mimic2": { | ||||
|       "voice": "kusal", | ||||
|       "preloaded_cache": "/usr/share/mycroft/Mimic2TTSPlugin/kusal/en-us" | ||||
|     "fallback_module": "ovos-tts-plugin-mimic3-server", | ||||
|     "ovos-tts-plugin-mimic3-server": { | ||||
|       "voice": "en_UK/apope_low" | ||||
|     } | ||||
|   }, | ||||
|   "skills": { | ||||
|     "wait_for_internet": true, | ||||
|     "upload_skill_manifest": false, | ||||
|     "sync2way": false, | ||||
|     "blacklisted_skills": [ | ||||
|       "mycroft-pairing.mycroftai", | ||||
|       "mycroft-volume.mycroftai", | ||||
|       "mycroft-version-checker.mycroftai" | ||||
|     ] | ||||
|     "wait_for_internet": true | ||||
|   }, | ||||
|   "Audio": { | ||||
|     "backends": { | ||||
| @@ -80,8 +52,7 @@ | ||||
|         "type": "ovos_audio_simple", | ||||
|         "active": true | ||||
|       } | ||||
|     }, | ||||
|     "default-backend": "OCP" | ||||
|     } | ||||
|   }, | ||||
|   "log_level": "INFO" | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user