Configuration example for MS & lyrebird
This commit is contained in:
parent
9ef7195019
commit
642571d391
1 changed files with 11 additions and 1 deletions
|
@ -7,15 +7,25 @@ voice:
|
||||||
port: 4444
|
port: 4444
|
||||||
chunk: 2972
|
chunk: 2972
|
||||||
google_credentials: "../test_googlespeech/My First Project-0c7833e0d5fa.json"
|
google_credentials: "../test_googlespeech/My First Project-0c7833e0d5fa.json"
|
||||||
token: "oauth_1HN3cxgLqzJcWRwnTii1KfIQw3G"
|
|
||||||
hugveys: 25
|
hugveys: 25
|
||||||
languages:
|
languages:
|
||||||
- code: en-GB
|
- code: en-GB
|
||||||
file: story_en.json
|
file: story_en.json
|
||||||
|
type: "lyrebird"
|
||||||
|
token: "LB_TOKEN"
|
||||||
- code: de-DE
|
- code: de-DE
|
||||||
file: story_de.json
|
file: story_de.json
|
||||||
|
type: "ms"
|
||||||
|
token: "xxx"
|
||||||
- code: fr-FR
|
- code: fr-FR
|
||||||
file: story_fr.json
|
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:
|
web:
|
||||||
port: 8888
|
port: 8888
|
||||||
files_dir: "local/"
|
files_dir: "local/"
|
Loading…
Reference in a new issue