Hi everyone, using Mimic3 on my instance of Mycroft, any idea why after changing user config and restarting the service voice don’t change?
This is my config at the moment:
{
"tts": {
"module": "mimic3_tts_plug",
"mimic3_tts_plug": {
"voice": "en_US/cmu-arctic_low",
"speaker": "clunits",
"length_scale": 1.0,
"noise_scale": 0.667,
"noise_w": 1.0
}
},
"max_allowed_core_version": 21.2
}
I want to change to female voice, but it’s remaining the same even after restarting the service.