Recorderjs
Recorderjs copied to clipboard
A plugin for recording/exporting the output of Web Audio API nodes
Is their away to avoid the time out??
Hi Matt, Thanks for your time in creating this library, Is there way to download wavesurfer selected region with this library. Thanks Saravanan B
This is a polyfill for getUserMedia that should allow this library to work on Safari and IE: https://github.com/addyosmani/getUserMedia.js/
recorderWorker.js is searched in my home directory, instead of in the same folder as recorder.js. A relative path would probably solve this. Best greets, Chtistoph
So even Internet Explorer **Edge** is not supported? All versions we are talking about 50% of the market? What is the solution?
TypeError: navigator.getUserMedia is not a function
I am using recorderjs in my project and currently the file is downloaded to my default DOWNLOADS directory locally. Now, I want to download this file to specific folder (e.g.,...
Added MP3 audio type support using Lame library as inspired by nusofthq. I ended up having to rename the exportWAV to exportAudio so that the function for export can be...