Recorderjs
Recorderjs copied to clipboard
A plugin for recording/exporting the output of Web Audio API nodes
Hi, I'm currently working on a project, where I use Recordjs for chunking a live WebRTC record into several WAVs. I like to chunk the record because I'm sending it...
but in ios safari or chrome tips not support! please check it~
A trio of tweaks I made whilst using this awesome library on a project.
hello! i want dowsample of 48000 Hz to 8000 Hz and 8 bits. how to solve this ?
This is for @jergason's fork, https://github.com/jergason/Recorderjs getBuffer and exportWAV exist as functions on instances of Recorder, but their callbacks never fire. Any ideas why this could be happening? It seems...
Hi, I am using the recorder.js for recording the audio. This gives me output as 44.1khz, 2-channel wav file.But my requirement is 16khz sinlgle channel WAV file . Could you...
https://www.w3.org/TR/2015/WD-webaudio-20151208/ createScriptProcessor() and ScriptProcessorNode will possibly be removed. The draft says createAudioWorker() and AudioWorkerNode replaces them.