Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/subins2000/francium-voice

Record user voice and encode it as MP3 or WAV
https://github.com/subins2000/francium-voice

francium microphone mp3 uservoice voice wav

Last synced: 1 day ago
JSON representation

Record user voice and encode it as MP3 or WAV

Awesome Lists containing this project

README

        

# [Francium/voice](http://subinsb.com/html5-record-mic-voice)

[**THIS PROJECT IS DEPRECATED**](https://subinsb.com/html5-record-mic-voice/#project-abandoned)

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](http://subinsb.com/html5-record-mic-voice)