Skip to content

Sample project to record audio in a browser and post to a server. Chrome and Firefox capture audio through getUserMedia, Safari and IE use a simple Flash fallback.

License

opus111/crossUserMedia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crossUserMedia

crossUserMedia demonstrates how to use the HTML5 getUserMedia control and the Flash Microphone object for a cross browser audio file recorder. The demo allows a user to record sound using the microphone from a browser session, post to a server, and play back the sound as an mp4 encoded file.

Inspired the work of Thibault Imbert on capturing microphone audio in JavaScript and ActionScript.

A similar HTML5 Microphone & Web Audio Demo is available for Microsoft EDGE browser.

Requirements

About

Sample project to record audio in a browser and post to a server. Chrome and Firefox capture audio through getUserMedia, Safari and IE use a simple Flash fallback.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • ActionScript 26.7%
  • JavaScript 24.5%
  • C 22.0%
  • Java 19.9%
  • HTML 3.3%
  • Shell 2.1%
  • Other 1.5%