socket.io-stream icon indicating copy to clipboard operation
socket.io-stream copied to clipboard

stream a stream from getUserMedia

Open celevra opened this issue 9 years ago • 2 comments

Hi,

is it possible to stream a stream from getUserMedia?

regards

Celevra

celevra avatar Mar 23 '16 14:03 celevra

@celevra look into microphone-stream and also l16-mic in watson speech sdk you can use them together to generate a node style stream of compressed audio data, then you can use node-samplerate or node-resampler or some resampling logic on server (preferrably in C++) to resample that realtime audio buffer.

darkyen avatar May 22 '16 17:05 darkyen

Please can you provide an example? thanks

Premier avatar Oct 26 '17 20:10 Premier