andrewrk / node-waveform

simultaneously transcode audio and generate visuals - Node.js module
MIT License
101 stars 19 forks source link

Make encoding/buffer overrideable #7

Open veltman opened 8 years ago

veltman commented 8 years ago

Closes #6 by allowing you to set the encoding explicitly for the callback. Also added ability to specify the maxBuffer (currently hardcoded as 5000 * 1024).

veltman commented 8 years ago

Any chance of getting this merged?