SEPIA-Framework / sepia-docs

Documentation and Wiki for SEPIA. Please post your questions and bug-reports here in the issues section! Thank you :-)
https://sepia-framework.github.io/
236 stars 16 forks source link

Configuration of a custom voice engine #84

Closed dirtydother closed 3 years ago

dirtydother commented 3 years ago

Hello,

how do I have to change the settings.js that the pico voice engine will be used by the client? I played a little bit with "speech-voice-engine" and "speech-asr-engine", but didn't get it working.

Best regards

fquirin commented 3 years ago

Hi,

if you've installed the voices during the SEPIA server installation (bash setup.sh -> step 7 ) there should be the option 'native' for 'speech-asr-engine' and the voice could be for example en-US pico f. In the settings file it should look like this:

"speech-asr-engine": "native"
...
"en-voice": "en-US pico f"
fquirin commented 3 years ago

sorry I just realized that I copied the wrong entry, please use "speech-voice-engine": "sepia" :sweat_smile:

dirtydother commented 3 years ago

Hi,

it's working! (Didn't have to do the install step 7, but only insert the "en-US pico f" part). Thank you very much!