Closed manikmakki closed 1 month ago
I used the ovos-installer on a Raspberry Pi 4 to deploy OVOS in container with skills, extra-skills, and the GUI. My TTS section output from ovos-config show is as follows, pardon the formatting.
ovos-config show
│ tts │ │ pulse_duck │ False │ module │ ovos-tts-plugin-server │ fallback_module │ │ ovos-tts-plugin-mimic │ │ voice │ ap │ persist_cache │ False │ preloaded_cache │ │ min_free_percent │ 75 │ persist_thresh │ 1 │ ovos-tts-plugin-server │ │ host │ http://(redacted):9666 │ v2 │ True │ verify_ssl │ False │ tts_timeout │ 5
I would like to remove the config for ovos-tts-plugin-mimic, but cannot for the life of me figure out how.
ovos-tts-plugin-mimic
@manikmakki you can't as this is part of the default configuration coming from mycroft.conf.
mycroft.conf
https://github.com/OpenVoiceOS/ovos-config/blob/dev/ovos_config/mycroft.conf#L708-L720
I used the ovos-installer on a Raspberry Pi 4 to deploy OVOS in container with skills, extra-skills, and the GUI. My TTS section output from
ovos-config show
is as follows, pardon the formatting.I would like to remove the config for
ovos-tts-plugin-mimic
, but cannot for the life of me figure out how.