i8beef / node-red-contrib-castv2

MIT License
22 stars 14 forks source link

tts no longer working #68

Closed mikje closed 3 years ago

mikje commented 3 years ago

if i send this:

var temp = msg.payload.toString(); return { payload: { type: "TTS", text: temp, speed: 5, language: "nl" } };

the nodes gives ploink and an error, nothing is spoken

i8beef commented 3 years ago

Duplicate #64