welll / record-encode-audio-from-browser

Record/Encode Audio on Browser using the WebAudio API and "ported" libraries.

Home Page:https://welll.github.io/record-encode-audio-from-browser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Record/Encode Audio from Browser

A sample demonstrating how to encode the output of Web Audio API nodes.

DEMO

https://welll.github.io/record-encode-audio-from-browser/

Compatibility - Browser

  • Chrome 32+
  • Others?

Codecs

  • MP3: 22.050Hz && 128Kbps using the ported liblame
  • Ogg-Vorbis: @TODO
  • Spx: @TODO
  • Flac: @TODO

Author

Wellington Soares - well dot cco at gmail dot com

Thanks

The code is based on the following implementations:

Contribution

Any contribution will be welcome!

About

Record/Encode Audio on Browser using the WebAudio API and "ported" libraries.

https://welll.github.io/record-encode-audio-from-browser/

License:MIT License


Languages

Language:JavaScript 99.8%Language:HTML 0.2%