hugvey/server_config.yml

35 lines
875 B
YAML
Raw Normal View History

events:
cmd_address: "tcp://0.0.0.0:5555"
listen_address: "tcp://0.0.0.0:5556"
voice:
src_rate: 16000
out_rate: 44100
port: 4444
chunk: 2972
2019-01-23 15:26:44 +01:00
google_credentials: "../test_googlespeech/My First Project-0c7833e0d5fa.json"
2019-05-11 15:23:55 +02:00
hugveys: 26
2019-01-18 12:42:50 +01:00
languages:
- code: en-GB
file: story_en.json
type: "lyrebird"
token: "LB_TOKEN"
2019-01-18 12:42:50 +01:00
- code: de-DE
file: story_de.json
type: "ms"
token: "xxx"
2019-01-18 12:42:50 +01:00
- 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"
2019-01-18 19:39:35 +01:00
web:
port: 8888
2019-05-11 15:23:55 +02:00
files_dir: "local/"
2019-04-25 11:12:54 +02:00
light:
ip: "192.168.178.15"
2019-05-11 15:23:55 +02:00
port: 7400