Example for 2nd french in config
This commit is contained in:
parent
ea5c8acb2f
commit
60bfbf5428
1 changed files with 10 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
events:
|
events:
|
||||||
cmd_address: "tcp://0.0.0.0:5555"
|
cmd_address: "tcp://0.0.0.0:5555"
|
||||||
listen_address: "tcp://0.0.0.0:5556"
|
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:
|
voice:
|
||||||
src_rate: 16000
|
src_rate: 16000
|
||||||
out_rate: 44100
|
out_rate: 44100
|
||||||
|
@ -30,6 +31,15 @@ languages:
|
||||||
ms_gender: "Male"
|
ms_gender: "Male"
|
||||||
ms_name: "NAME"
|
ms_name: "NAME"
|
||||||
ms_lang: "fr-FR"
|
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:
|
web:
|
||||||
port: 8888
|
port: 8888
|
||||||
files_dir: "local/"
|
files_dir: "local/"
|
||||||
|
|
Loading…
Reference in a new issue