Example for 2nd french in config

This commit is contained in:
Ruben van de Ven 2019-11-10 17:19:33 +01:00
parent ea5c8acb2f
commit 60bfbf5428
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,7 @@
events:
cmd_address: "tcp://0.0.0.0:5555"
listen_address: "tcp://0.0.0.0:5556"
#remote_ip: "192.168.1.1" # for stuf not on the Hugvey network, set it to eg. 8.8.8.8
voice:
src_rate: 16000
out_rate: 44100
@ -30,6 +31,15 @@ languages:
ms_gender: "Male"
ms_name: "NAME"
ms_lang: "fr-FR"
- code: fr-FR2
file: story_fr2.json
type: "ms"
token: "SECRET_KEY"
token_url: "https://LOCATION.api.cognitive.microsoft.com/sts/v1.0/issueToken"
voice_url: "https://LOCATION.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId=DEPID"
ms_gender: "Male"
ms_name: "NAME"
ms_lang: "fr-FR"
web:
port: 8888
files_dir: "local/"