mdlayher / waveform

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

Use "functional options" pattern instead of config structs #6

Closed mdlayher closed 9 years ago

mdlayher commented 10 years ago

This will provide a much more simple interface, reduce the need to merge in default options, etc etc.

http://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis

mdlayher commented 9 years ago

Functionality has been pushed: 22c29dfd904ca68f7594881f0092b40047ffe4d4