All Projects → addpipe → Simple Recorderjs Demo

addpipe / Simple Recorderjs Demo

A simple HTML5/JS demo that uses Recorder.js to record audio as uncompressed pcm (wav) and POST it to a server side script.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Simple Recorderjs Demo

Mad Twinnet
The code for the MaD TwinNet. Demo page:
Stars: ✭ 99 (-57.69%)
Mutual labels:  wav
Audio Steganography Algorithms
A Library of Audio Steganography & Watermarking Algorithms
Stars: ✭ 146 (-37.61%)
Mutual labels:  wav
Atldotnet
Fully managed, portable and easy-to-use C# library to read and edit audio data and metadata (tags) from various audio formats, playlists and CUE sheets
Stars: ✭ 180 (-23.08%)
Mutual labels:  wav
Vue Howler
[UNMAINTAINED] A Howler.js mixin for Vue 2 that makes it easy to create custom audio player components
Stars: ✭ 103 (-55.98%)
Mutual labels:  wav
Mediafile
A unified reader of metadata from audio & video files.
Stars: ✭ 138 (-41.03%)
Mutual labels:  wav
Img Encode
Encode an image to sound and view it as a spectrogram - turn your images into music
Stars: ✭ 157 (-32.91%)
Mutual labels:  wav
Esp32 soundrecorder
ESP32 Sound recorder with simple code in arduino-esp32. (I2S interface)
Stars: ✭ 96 (-58.97%)
Mutual labels:  wav
Recorder
html5 js 录音 mp3 wav ogg webm amr 格式,支持pc和Android、ios部分浏览器、和Hybrid App(提供Android IOS App源码),微信也是支持的,提供H5版语音通话聊天示例 和DTMF编解码
Stars: ✭ 2,891 (+1135.47%)
Mutual labels:  wav
Wav
Battle tested Wav decoder/encoder
Stars: ✭ 139 (-40.6%)
Mutual labels:  wav
Audioplayer
Audio Player for Nextcloud and ownCloud
Stars: ✭ 179 (-23.5%)
Mutual labels:  wav
Music Metadata Browser
Browser version of music-metadata parser Supporting a wide range of audio and tag formats.
Stars: ✭ 105 (-55.13%)
Mutual labels:  wav
Androidaudiorecorder
A fancy audio recorder lib for Android. Supports WAV format at 48kHz.
Stars: ✭ 1,524 (+551.28%)
Mutual labels:  wav
Ni Media
NI Media is a C++ library for reading and writing audio streams.
Stars: ✭ 158 (-32.48%)
Mutual labels:  wav
Wavefile
Create, read and write wav files according to the specs. ⭐️ 🎶 ❤️
Stars: ✭ 100 (-57.26%)
Mutual labels:  wav
Symphonia
Pure Rust multimedia format demuxing, tag reading, and audio decoding library
Stars: ✭ 191 (-18.38%)
Mutual labels:  wav
Xamarin Plugins
Cross-platform Plugins for Xamarin, Xamarin.Forms and Windows
Stars: ✭ 97 (-58.55%)
Mutual labels:  wav
Nwaves
.NET library for 1D signal processing focused specifically on audio processing
Stars: ✭ 151 (-35.47%)
Mutual labels:  wav
Steganography
Least Significant Bit Steganography for bitmap images (.bmp and .png), WAV sound files, and byte sequences. Simple LSB Steganalysis (LSB extraction) for bitmap images.
Stars: ✭ 229 (-2.14%)
Mutual labels:  wav
Wavefile
A Ruby gem for reading and writing sound files in Wave format (*.wav)
Stars: ✭ 193 (-17.52%)
Mutual labels:  wav
Pcmtowav
🎵PHP实现PCM格式音波文件转WAV格式音频文件
Stars: ✭ 160 (-31.62%)
Mutual labels:  wav

Simple Recorder.js demo

A simple HTML5/JS demo that uses Recorder.js to record audio as wav and pause/resume the recording process.

Update: I've added the ability to upload/POST the file using a plain XMLHttpRequest. I've seen many demos using $.ajax() but you need jQuery for that.

The demo works on both mobile - including Safari 11 - and desktop browsers. I've taken great care to make the demo easy to use on both screens types.

Blog post: https://addpipe.com/blog/using-recorder-js-to-capture-wav-audio-in-your-html5-web-site/

Live demo: https://addpipe.com/simple-recorderjs-demo/

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].