Thyraz / Sonos-Kids-Controller

Software for self made touchscreen jukeboxes for kids. Supports Spotify streaming and uses Sonos for audio output.
150 stars 28 forks source link

TTS is not working #49

Closed christoph-ng closed 2 years ago

christoph-ng commented 3 years ago

If've got a setup with two docker containers for sonos api and kids-controller.

TTS is working with the sonos-api for example: http://vm-docker.home.lan:5005/Buero/say/Hallo/de-de

It's enabled in the kids-controller config, but not working.

"node-sonos-http-api": {
    "server": "xxx.xxx.xxx.xxx",
    "port": "5005",
    "rooms": [
        "Buero"
    ],
    "tts": {
        "enabled": true,
        "language": "de-de",
        "volume": "40"
    }
},
Thyraz commented 2 years ago

Closing this as I haven't had time for this project over the last months and you most likely solved your problem or moved on with another solution. ;)

In case you still need help, tell me and I reopen the issue.