Skip to content

hariag/Francium-voice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This JavaScript software can record user voice and encode it as MP3 or WAV.

It can start or stop recording the user voice from a microphone or audio source input.

The captured audio can be encoded as :

  • BLOB data
  • BLOB URL
  • Base64 data

in MP3 or WAV formats.

The encoding is done in the background using worker processes.

This small plugin has the ability to record the user's voice through microphone using the HTML 5 Audio API.

Full Documentation - http://subinsb.com/html5-record-mic-voice

Innovation Award

Francium Voice was nominated to win the JSClasses Innovation Award. Please vote here.

About

Record user voice and encode it as MP3 or WAV

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.4%
  • HTML 9.5%
  • PHP 1.1%