ropensci / googleLanguageR

R client for the Google Translation API, Google Cloud Natural Language API and Google Cloud Speech API
https://code.markedmondson.me/googleLanguageR/
Other
192 stars 42 forks source link

Support streaming speech API #26

Open MarkEdmondson1234 opened 6 years ago

MarkEdmondson1234 commented 6 years ago

Its a good long wait in the Shiny app at the moment, as the API is more suited to batch calls. For true babel fish goodness, streaming API is needed, but that is only supported via "rpc" https://cloud.google.com/speech/docs/streaming-recognize

Some possibilities for supporting that are:

MarkEdmondson1234 commented 6 years ago

I have no idea how to get started at this, so any help with examples of how it could work appreciated.