WASdev / sample.voice.gateway

Lots of helpful samples to help jumpstart development with the IBM Voice Gateway.
Apache License 2.0
62 stars 113 forks source link

how to integrate MS speech engine with IBM Voice Gateway on IBM Cloud itself #151

Open cognitiveai2019 opened 5 years ago

cognitiveai2019 commented 5 years ago

Hi, I am trying to use IBM Cloud service in order to integrate MS speech engine with IBM Voice Gateway. Could you please let me know how to start with as I can't find if it is posisble on IBM Cloud itself without any installing on my own local system?

jfmartinez commented 5 years ago

@cognitiveai2019 there's some sample adapters here: https://github.com/WASdev/sample.voice.gateway/tree/master/speech-adapter-samples, you can potentially create an adapter that incorporates some kind of SDK from MS Speech.

The adapters themselves don't have guides on deploying to IBM Cloud, but they are basic Node.JS apps, you can probably add a manifest.yml file to it: https://cloud.ibm.com/docs/runtimes/nodejs?topic=Nodejs-getting-started#prepare