Amy Feminine Voice is not downloaded in Picroft

I subscribe to premium user and I try to change the voice to Amy. Wait for 30 minutes and restart the RPI. But I still get the default robotic voice in picroft. I try the solution you gave here but nothing works.

This is my log output. Thanks in advance for the help.
12:32:31.728 - root - INFO - Generating grammar tables from /usr/lib/python2.7/lib2to3/Grammar.txt
12:32:31.882 - root - INFO - Generating grammar tables from /usr/lib/python2.7/lib2to3/PatternGrammar.txt
12:32:32.285 - mycroft.configuration.config:load_local:128 - DEBUG - Configuration /usr/local/lib/python2.7/site-packages/mycroft_core-0.9.14-py2.7.egg/mycroft/configuration/mycroft.conf loaded
12:32:32.294 - mycroft.configuration.config:load_local:128 - DEBUG - Configuration /usr/local/lib/python2.7/site-packages/mycroft_core-0.9.14-py2.7.egg/mycroft/configuration/mycroft.conf loaded
12:32:32.300 - mycroft.configuration.config:load_local:128 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
12:32:32.305 - mycroft.configuration.config:load_local:133 - DEBUG - Configuration ‘/home/pi/.mycroft/mycroft.conf’ not found
12:32:32.315 - requests.packages.urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai
12:32:36.783 - requests.packages.urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 “GET /v1/device//setting HTTP/1.1” 401 38
12:32:36.798 - requests.packages.urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai
12:32:41.713 - requests.packages.urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 “GET /v1/auth/token HTTP/1.1” 401 38
12:32:41.726 - mycroft.configuration.config:init:175 - ERROR - HTTPError fetching remote configuration: 401
12:32:41.731 - mycroft.configuration.config:load_local:128 - DEBUG - Configuration /opt/mycroft/web_config_cache.json loaded
12:32:41.736 - mycroft.configuration.config:load_local:128 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
12:32:41.740 - mycroft.configuration.config:load_local:133 - DEBUG - Configuration ‘/home/pi/.mycroft/mycroft.conf’ not found

Hi causpaus, in my case I’ve removed the “voice”: “ap” line on /etc/mycroft/mycroft.conf , the file should look like

{
“play_wav_cmdline”: “aplay -Dhw:0,0 %1”,
“play_mp3_cmdline”: “mpg123 -a hw:0,0 %1”,
“enclosure”: {
“platform”: “picroft”,
“update”: true,
“test”: false
},
“tts”: {
“module”: “mimic”,
“mimic”: {
“path”: “/usr/local/bin/mimic”
}
},
“ipc_path”: “/ramdisk/mycroft/ipc/”
}

I already get the feminine voice but my problem now after I install the feminine voice the microphone is not working. I try to switch it back to default robotic voice but still no luck. I check the mycroft-cli-client where i see the microphone level. It always at 0 level. No inputs. So I check the usb mini microphone if its properly connected and i got it okay. I’m still wandering happen and finding some solution. Thanks for the help sir.

Hi @causpaus, microphones can be tricky under Picroft.
We have some documentation on audio troubleshooting to help: