vmsg
vmsg copied to clipboard
Using it just to encode AudioBuffer (or Float32Array) to blob?
Could we use this library just for converting Web Audio API buffers to mp3? If so, maybe there is a good example? Thank you!
Technically yes, but currently there is no API for that. You could look at implementation of Recorder class. It handles onaudioprocess event of its internal audio node and might be modified to iterate over existing array of samples instead.