Configuration example for MS & lyrebird

This commit is contained in:
Ruben van de Ven 2019-04-09 09:42:55 +02:00
parent 9ef7195019
commit 642571d391
1 changed files with 11 additions and 1 deletions

View File

@ -7,15 +7,25 @@ voice:
port: 4444
chunk: 2972
google_credentials: "../test_googlespeech/My First Project-0c7833e0d5fa.json"
token: "oauth_1HN3cxgLqzJcWRwnTii1KfIQw3G"
hugveys: 25
languages:
- code: en-GB
file: story_en.json
type: "lyrebird"
token: "LB_TOKEN"
- code: de-DE
file: story_de.json
type: "ms"
token: "xxx"
- code: fr-FR
file: story_fr.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/"