OpenVoiceOS / ovos-installer

Open Voice OS and/or HiveMind installer using Ansible with an intuitive and easy Text-based User Interface
https://www.openvoiceos.org
69 stars 21 forks source link

Question: Remove settings not in mycroft.conf #165

Closed manikmakki closed 16 hours ago

manikmakki commented 1 day 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.

│ 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.

goldyfruit commented 16 hours ago

@manikmakki you can't as this is part of the default configuration coming from mycroft.conf.

https://github.com/OpenVoiceOS/ovos-config/blob/dev/ovos_config/mycroft.conf#L708-L720