kbumsik / opus-media-recorder

MediaRecorder polyfill for Opus recording using WebAssembly
http://kbumsik.io/opus-media-recorder/
Other
308 stars 39 forks source link

Latency issues #75

Open nemanjan00 opened 1 month ago

nemanjan00 commented 1 month ago

Hello, If I set timeslice to a low value (for example 100ms), I do get dataavailable event, however, I get data less often than that and sometimes I get empty buffer.

I need to be able to get data more often since I am streaming it in realtime over websocket. Is that something you can help me with? Am I missing something?