audio icon indicating copy to clipboard operation
audio copied to clipboard

dsp package?

Open kisielk opened this issue 7 years ago • 3 comments

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?

kisielk avatar Jan 05 '17 06:01 kisielk

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.

mattetti avatar Jan 05 '17 06:01 mattetti

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?

bh90210 avatar Nov 29 '19 09:11 bh90210

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.

mattetti avatar Nov 29 '19 16:11 mattetti