subins2000 / Francium-voice

Record user voice and encode it as MP3 or WAV

Home Page:http://subinsb.com/html5-record-mic-voice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS PROJECT IS DEPRECATED

This JavaScript library can record user voice and encode it as MP3 or WAV. This small plugin has the ability to record the user's voice through microphone using the HTML 5 Audio API.

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.

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

About

Record user voice and encode it as MP3 or WAV

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

License:Other


Languages

Language:JavaScript 88.6%Language:HTML 9.0%Language:PHP 2.4%