ibm bluemix - We are tring to configure for the first time Text To Speech bt Watson in Node Red with no luck -
please find attached node-red example, using watson's apis, no luck. tried connect mqlight components, javascript functions accessing api, , more.
please find attached json files import in node-red.
[{ "id":"e40a3407.1bf5c8", "type":"inject", "name":"", "topic":"", "payload":"watson please talk", "payloadtype":"string", "repeat":"10", "crontab":"", "once":false, "x":205, "y":176, "z":"8e90dcc6.716f2", "wires":[["df84c369.207b4"]]}, {"id":"df84c369.207b4", "type":"watson-text-to-speech", "name":"watson text-to-speech", "voice":"voiceenusmichael", "x":416, "y":262.9999237060547, "z":"8e90dcc6.716f2", "wires":[["6174536a.9e8bac"]]}, {"id":"6174536a.9e8bac", "type":"debug", "name":"", "active":true, "console":"false", "complete":"false", "x":631.857177734375, "y":172.14283752441406, "z":"8e90dcc6.716f2", "wires":[] }]
the transcribed audio come out of watson speech text node on msg.speech
. buffer object.
Comments
Post a Comment