Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/subins2000/francium-voice
- Owner: subins2000
- License: other
- Created: 2015-06-11T09:10:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T20:05:09.000Z (about 2 years ago)
- Last Synced: 2024-05-02T05:58:17.466Z (7 months ago)
- Topics: francium, microphone, mp3, uservoice, voice, wav
- Language: JavaScript
- Homepage: http://subinsb.com/html5-record-mic-voice
- Size: 229 KB
- Stars: 35
- Watchers: 5
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 datain **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)