A sample demonstrating how to encode the output of Web Audio API nodes.
https://welll.github.io/record-encode-audio-from-browser/
- Chrome 32+
- Others?
- MP3: 22.050Hz && 128Kbps using the ported liblame
- Ogg-Vorbis: @TODO
- Spx: @TODO
- Flac: @TODO
Wellington Soares - well dot cco at gmail dot com
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
Any contribution will be welcome!