speech-to-text-websockets-ruby
speech-to-text-websockets-ruby copied to clipboard
Ruby client that interacts with the IBM Watson Speech to Text service through its WebSockets interface
Results
2
speech-to-text-websockets-ruby issues
Sort by
recently updated
recently updated
newest added
I had felt that it takes a long time to get a first message of transcription even though this ruby client tool is implemented on event driven architecture. I could...
Hi, I specified the language model for transcription in params as follows, and prepared a wav file according to the model format. ```rb params = { 'action' => "start", 'model'...