record-encode-audio-from-browser icon indicating copy to clipboard operation
record-encode-audio-from-browser copied to clipboard

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

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:

  • https://github.com/nusofthq/Recordmp3js
  • https://github.com/akrennmair/speech-to-server
  • https://github.com/remusnegrota/Recorderjs

Contribution

Any contribution will be welcome!