Can you recommend a powerful audio lib?

I need it to timestrech & pitchshift independently, as well as give me full access to the raw audio data and let me stream bytes into its pipeline.

Other effects like eq, filtering, distortion are a plus.

Needs to be accessible from C++ / Linux.

Maybe gstreamer, xine or mplayer would work? Or what would you suggest.

link|improve this question
feedback

5 Answers

I think FMod is widely recognized as one of the most powerful audio engine available for free until you do something commercial with it, and cross-platform, like in console-mac-pc cross-platform.

Now, OpenAL is worth giving a try.

link|improve this answer
feedback

OpenAL, PulseAudio, JACK, and Phonon, I believe, each have these features in some form.

link|improve this answer
feedback

If you willing to pay for it Miles is very nice. I can't recommend FMOD for much outside of hobby projects. It's had some truly nasty bugs, and I've seen new versions introduce as many as they fix.

link|improve this answer
feedback

I've used soundtouch in the past. Focused on changing speed/pitch/etc.

link|improve this answer
feedback

ALSA looks like the big one.

JACK for Linux also looks promising.

link|improve this answer
alsa has pitchshifting and timestretching now?? – Iraimbilanja Feb 26 '09 at 14:39
Perhaps not in and of itself, but one of the list of 50+ applications on the ALSA site probably does. – Dave Swersky Feb 26 '09 at 14:48
Well I didn't ask about applications – Iraimbilanja Feb 26 '09 at 14:50
Haha we had the exact same amount of rep before you got downvoted :) – Iraimbilanja Feb 26 '09 at 14:54
Hilarious. I downvote incorrect answers, not ones that are not exactly what I was looking for. Sorry for trying to help out. – Dave Swersky Feb 26 '09 at 14:56
show 4 more comments
feedback

Your Answer

 
or
required, but never shown