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
- GitHub code: Simple Recorder.js Demo
- Blog post: Using Recorder.js To Capture WAV Audio