Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2017-10-29 (16 hours ago) | | Not enough user ratings | | Total: 159 This week: 4 | | All time: 305 This week: 5 |
|
Description | | Author |
This package 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 capture audio can be encoded as a BLOB data or URL in MP3 or WAV formats. The encoding is done in the backgroup using worker processes.
This small plugin has the ability to record the user's voice through microphone using the HTML 5 Audio API. Innovation Award
June 2015
Number 3 |
HTML5 introduced the Audio API that lets applications have access to the microphone on the user device, so it became possible to record the user voice.
This package can record the user voice and encode it in files in the WAV or MP3 format.
Since the encoding process is CPU intensive, this package uses worker processes to avoid that the browser blocks while the audio data is being encoded.
Manuel Lemos |
| |
|
|
Innovation award
Nominee: 1x |
|
Details
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
|
Applications that use this package |
|
If you know an application of this package, send a message to the author to add a link here.
|
Documentation Full Documentation of what you can do with this plugin. |