go-audio / audio

Generic Go package designed to define a common interface to analyze and/or process audio data
Apache License 2.0
205 stars 11 forks source link

dsp package? #6

Open kisielk opened 7 years ago

kisielk commented 7 years ago

Trying to figure out where a good place to put commonly-used DSP functions would. It seems like they would be commonly used across a lot of the packages in the project, so maybe a dsp package? Should it be github.com/go-audio/dsp or github.com/go-audio/audio/dsp?

mattetti commented 7 years ago

I think it should be github.com/go-audio/dsp. Btw I started toying with something similar: https://github.com/mattetti/audio/tree/master/dsp It's far from good tho.

bh90210 commented 4 years ago

I was wondering if there is any progress with the dsp package?

again I realize how much time has past so a fork from your repo will be fine but I thought to take the opportunity and ask how is go-audio project going in general. It seems a bit stale these days. Any plans to rejuvenate? Or is it silently dropped as an effort?

mattetti commented 4 years ago

The encoders/decoders work well and are used in prod at scale. The DSP stuff however was never pushed too far and I'm not currently working on it. There was a big DSP effort done in https://github.com/zikichombo Really great stuff but I don't have personal DSP need in Go at the moment so I'm not focusing on it. However I'd be more than happy to accept contributions.