All Projects → subins2000 → Francium Voice

subins2000 / Francium Voice

Licence: other
Record user voice and encode it as MP3 or WAV

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Francium Voice

audio-metadata
A library for reading and, in the future, writing audio metadata. https://audio-metadata.readthedocs.io/
Stars: ✭ 41 (+17.14%)
Mutual labels:  mp3, wav
Esp8266audio
Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
Stars: ✭ 972 (+2677.14%)
Mutual labels:  wav, mp3
voxpopuli
Python wrapper for Espeak and Mbrola, for simple local TTS
Stars: ✭ 21 (-40%)
Mutual labels:  voice, wav
figaro
Real-time voice-changer for voice-chat, etc. Will support many different voice-filters and features in the future. 🎵
Stars: ✭ 362 (+934.29%)
Mutual labels:  voice, microphone
Libnyquist
🎤 Cross platform C++11 library for decoding audio (mp3, wav, ogg, opus, flac, etc)
Stars: ✭ 311 (+788.57%)
Mutual labels:  wav, mp3
audio-playback
Ruby/Command Line Audio File Player
Stars: ✭ 20 (-42.86%)
Mutual labels:  mp3, wav
univoice
Voice chat/VoIP solution for unity. P2P implementation included.
Stars: ✭ 192 (+448.57%)
Mutual labels:  voice, microphone
klangsynthese
Waveform and Audio Synthesis library in Go
Stars: ✭ 57 (+62.86%)
Mutual labels:  mp3, wav
Vmsg
🎵 Library for creating voice messages
Stars: ✭ 257 (+634.29%)
Mutual labels:  mp3, voice
flutter audio desktop
[WIP] An 🎵 audio playback library for Flutter Desktop. Supports Windows & Linux. Based on miniaudio.
Stars: ✭ 42 (+20%)
Mutual labels:  mp3, wav
simple-web-audio-recorder-demo
A simple HTML/JS demo that uses WebAudioRecorder.js to record audio on a web page
Stars: ✭ 141 (+302.86%)
Mutual labels:  mp3, wav
Recorder
html5 js 浏览器 web端录音
Stars: ✭ 429 (+1125.71%)
Mutual labels:  wav, mp3
Record-Audio-on-Windows
A Go program that uses winmm.dll to record audio to a WAV file.
Stars: ✭ 28 (-20%)
Mutual labels:  microphone, wav
loudgain
ReplayGain 2.0 loudness normalizer based on the EBU R128/ITU BS.1770 standard (-18 LUFS, FLAC, Ogg, MP2, MP3, MP4, M4A, AAC, ALAC, Opus, ASF, WMA, WAV, AIFF, WavPack, APE)
Stars: ✭ 127 (+262.86%)
Mutual labels:  mp3, wav
sox.js
📢 NodeJS wrapper for the SoX audio tool
Stars: ✭ 18 (-48.57%)
Mutual labels:  mp3, wav
java-stream-player
🌌Java Advanced Audio Controller Library (WAV, AU, AIFF, MP3, OGG VORBIS, FLAC, MONKEY's AUDIO and SPEEX audio formats )
Stars: ✭ 112 (+220%)
Mutual labels:  mp3, wav
uos
United Open-libraries of Sound. United procedures for open-source audio libraries. For FPC/Lazarus/fpGUI/MSEgui.
Stars: ✭ 112 (+220%)
Mutual labels:  mp3, wav
speaker.app
Source code for https://speaker.app, a batteries-included, web-based, quasi-decentralized, WebRTC networking platform, with a primary focus on audio and screen-sharing, and a secondary focus on chat messages and peripheral features.
Stars: ✭ 26 (-25.71%)
Mutual labels:  voice, microphone
morse-pro
Library for manipulating Morse code text and sound. Understands prosigns and Farnsworth speed. Can create WAV files and analyse input from the microphone or audio files.
Stars: ✭ 85 (+142.86%)
Mutual labels:  microphone, wav
React Mic
Record audio from a user's microphone and display a cool visualization.
Stars: ✭ 323 (+822.86%)
Mutual labels:  microphone, voice

Francium/voice

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].