Simple Recorder.js demo
This demo uses Recorder.js to record wav/PCM audio directly in the browser. Matt Diamond‘s Recorder.js is a popular JavaScript library for recording audio in the browser as uncompressed pcm audio in .wav containers. Before it, the only way to record audio was to use Flash.
Format: start recording to see sample rate
Recordings:
RELATED RESOURCES
- Code for this demo on GitHub: https://github.com/addpipe/simple-recorderjs-demo
- Also, check out our blog post on Using Recorder.js To Capture WAV Audio