Recorderjs
Recorderjs copied to clipboard
A plugin for recording/exporting the output of Web Audio API nodes
I am using this awesome library to record loops on my site. To do this I have to overcome two big problems. 1) Latency, due to the buffer/hardware latency I...
Noticed this while working with mono files
Was thinking of writing this and submitting a PR, but I wanted to see if anyone else thought it might be useful first. Here's one use case that comes to...
First off, great tool! When recording using Chrome on Mac it sounds great. On windows the pitch is dropped. Is this a known issue? Is there something that can be...
I am making a music composer using Recorderjs. Regarding this, I would like to know whether I can record sound programmatically, not users' mic. Are there any examples??
Thank you for nice tool I am trying use recorder.js How to disable when start recorder then down volume of browser
This is a difficult thing to explain, but basically if you have an interface containing multiple input channels and you record in stereo on only one of the channels, the...
I moved the call to getusermedia to the startrecording function. This is to prevent the page form asking for permission to use your microphone as soon as it finishes loading.
There is huge memory leak in this: at least you don't terminate Workers and creating new each time.