andrewrk / libgroove

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

Any plans for DSP support? (altering the data before playing and/or encoding) #135

Open sp-1234 opened 6 years ago

sp-1234 commented 6 years ago

I didn't see any mention in README so I decided to ask, if it would be possible in some future, before I start rolling my own NIH player 😄

thejoshwolfe commented 6 years ago

What do you mean by DSP support? Do you a standard library that uses cpu-specific dsp assembly instructions?

magicgoose commented 6 years ago

No, not necessarily so. I mean simply having possibility to do some audio processing on the fly when playing or transcoding, like EQ, crossfeed, etc. A typical example of audio player which can do that is foobar2000.

(posting from my personal account now that I am at my own machine)

thejoshwolfe commented 6 years ago

Oh i'm sorry. I thought this issue was in a different repo. derp. Your question makes a lot more sense now.