Sound recorder
Capture microphone audio with a live level meter and save a recording.
ready
node examples/recorder.js take1 gain=2Loading source…
- Graph
- Microphone → Gain → recorder → file
- Input
- Microphone stream
- Output
- Recorded audio file
This is an online sound recorder with a live level meter: it captures microphone audio and saves it, using MediaRecorder in the browser and PCM WAV from the Node CLI. If you searched for an online mp3 recorder, note the capture here is lossless rather than mp3. Use headphones to avoid feedback while recording.