Skip to content

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

Notifications You must be signed in to change notification settings

AlexandrST/simple-recorderjs-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 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 55.0%
  • HTML 23.2%
  • CSS 16.5%
  • PHP 5.3%