I need to work with some basic audio manipulation, basically I need to drop the tempo and maintaining the pitch, but I’m very audio illiterate, so I wonder if you can suggest / recommend an OF addon that could help me
This is actually pretty difficult to do (as far as I know, but I’m no audio expert). There’s a classic paper here that’s good to get a basic understanding: http://yehar.com/blog/?p=197
You can do it easily in MaxMSP if you buy an object called elastic~. For ten pounds. It wraps the Zplane time stretcher into a real-time object. I’ve been using it recently and it works nicely.
Other alternatives - synchronise Ableton Live. You could send MIDI to do this (from openFrameworks). MaxMSP yopu can sync using OSC. So both these options essentially use another program to do sound manipulation. And that’s mainly because of what Joshua pointed out - time stretching is pretty hard.
higher quality timestretching is actually pretty hard and requires a lot of DSP. Read up on “phase vocoders with transient detection” if you’re into it - it gives the best result and is actually the kind of algorithm used in ableton live and elastic.
Finally, another option: use DIRAC’s library. Cross platform (even iOS!), high quality, easy to use, lots of samples. The free version only allows mono tracks only and cannot change the stretching factor at runtime. The paid version ofcourse can. http://dirac.dspdimension.com/Dirac3-Technology-Home-Page/Dirac3-Technology.html