i8beef/node-red-contrib-castv2

tts no longer working

Closed this issue · 1 comments

mikje commented

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

Duplicate #64