Skip to content

jeremykenedy/simple-recorderjs-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Recorder.js demo

A simple HTML5/JS demo that uses Recorder.js to record audio as wav and pause/resume the recording process.

Update: I've added the ability to upload/POST the file using a plain XMLHttpRequest. I've seen many demos using $.ajax() but you need jQuery for that.

The demo works on both mobile - including Safari 11 - and desktop browsers. I've taken great care to make the demo easy to use on both screens types.

Blog post: https://addpipe.com/blog/using-recorder-js-to-capture-wav-audio-in-your-html5-web-site/

Live demo: https://addpipe.com/simple-recorderjs-demo/

About

A simple HTML5/JS demo that uses Recorder.js to record audio as uncompressed pcm (wav) and POST it to a server side script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.0%
  • HTML 18.6%
  • CSS 14.5%
  • PHP 5.9%