mdlayher / waveform

Go package capable of generating waveform images from audio streams. MIT Licensed.
MIT License
353 stars 28 forks source link

Figure out a way to generate fixed-width images #1

Closed mdlayher closed 10 years ago

mdlayher commented 10 years ago

Right now, image width is completely dependent on stream duration. In the future, it would be nice to be able to specify that the output image should be a certain width.

mdlayher commented 10 years ago

In wavepipe, I have been generating large images and allowing them to be resized. This seems to work decently well, but is probably outside the scope of this library directly.