diff --git a/server_config.yml b/server_config.yml index ae7c963..7bec54d 100644 --- a/server_config.yml +++ b/server_config.yml @@ -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/" \ No newline at end of file