cwilso / AudioRecorder

Simple live audio file recorder, based on RecorderJS
MIT License
421 stars 168 forks source link

Audio Streaming #8

Closed ghost closed 9 years ago

ghost commented 10 years ago

Where is stored the file being recorded? I'm trying to make a radio and need the file in real time, your system supports it?

cwilso commented 9 years ago

This isn't a generic audio streamer. The data is being buffered up inside the recorder worker as it is recorded; you could do that yourself, but you're really far better off investigating WebRTC.