watson-developer-cloud / speech-to-text-websockets-ruby

Ruby client that interacts with the IBM Watson Speech to Text service through its WebSockets interface
Apache License 2.0
19 stars 13 forks source link

Example for implementation to Project #7

Closed ZephiroRB closed 7 years ago

ZephiroRB commented 8 years ago

Hello how to implement to Project with microphone?

daniel-bolanos commented 8 years ago

Hello @zephiro , I have not tried to capture audio from the microphone myself using Ruby (this project is really about showing how to interact with the Watson STT service). If you need to capture from microphone rather than pushing audio from a file, you can search online. This is one promising link I just found: http://stackoverflow.com/questions/20473556/ruby-gem-for-microphone-and-speaker

btw. When you get it to work you might want to integrate the mic feature into this project.

ZephiroRB commented 8 years ago

Thanks! I work with link