elsmr / mp3-mediarecorder

šŸŽ™MediaRecorder ponyfill that records audio as mp3

Home Page:https://mp3-mediarecorder.elsmr.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supporting timeSlice

stefan-reich opened this issue Ā· comments

I'd love to see support for timeSlice! I am looking for a way to stream mic audio from a browser to the server to be analyzed there.

Currently I'm using OpusMediaRecorder which works great in itself, but I haven't gotten a Java Opus library on the server to work yet. So I'm looking at mp3-mediarecorder, but without timeSlice I can't use it.

Many greetings

You should be able to stream or post each encoded MP3 buffer to a server presently.