Recorder.js
An easy to use audio recorder with on Matt Diamond's recorderjs at the core.
Installation
yarn add recorder-js # or npm install recorder-js --save
Usage
; const audioContext = new windowAudioContext || windowwebkitAudioContext; const recorder = audioContext // An array of 255 Numbers // You can use this to visualize the audio stream // If you use react, check out react-wave-stream console; let isRecording = false;let blob = null; navigatormediaDevices ; { recorderstart );} { recorder );} { Recorder; // downloads a .wav file}