andrewrk / libgroove

streaming audio processing library
http://andrewrk.github.io/libgroove/
MIT License
290 stars 35 forks source link

get rid of groove_init and groove_finish #111

Closed andrewrk closed 9 years ago

andrewrk commented 9 years ago

Instead let's have a struct Groove which must be passed to basically every function, and you'll have to create and destroy that struct.