This is my first experience of using IBM watson and I am stuck with integrating watson conversation
with speech-to-text
and text-to-speech
api services using node.js
platform.
Done with conversation part but can't find a method to make
input speech ==> output of STT => input of conversation => output of conversation => input to TTS ==> output speech
I have tried multiple ways but still can't get even 1% of success. Followed multiple github repos even this one too with most forks https://github.com/watson-developer-cloud/node-sdk and multipletjbot recipes
, etc still no results.
Can anyone here guide me with the right method?