maddyblue / go-dsp

Digital Signal Processing for Go
http://godoc.org/github.com/mjibson/go-dsp
ISC License
847 stars 89 forks source link

Add API for streaming samples from an io.Reader #6

Closed nlefler closed 10 years ago

nlefler commented 10 years ago

Added API to read samples from an io.Reader. In this way users can avoid reading an entire Wav into memory.