Hey lovely OF community,
I recently made an addon for working with sound
https://github.com/roymacdonald/ofxSoundObjects
It is based on what we worked at the ´13 YCAM oF devcon with @arturo, @admsyn and marek bareza. It was intended to be part of the oF core but never made it, hopefully it will be part of it in the future.
It is a super simple yet powerful way for working with audio in whichever way you want to. Get audio from any source, file or audio input stream, process it and send to whichever output you desire.
Check the documentation in guithub for a deeper explanation.
With this addon you can integrate a lot of other audio addons, giving you a lot of power.
It works over the existing oF sound implementations so it also wont break any stuff.
It is multiplatform and works on all the oF supported platforms (theoretically, I haven´t tested it in all).
So far there are some basic examples about how to use this in different way and I'll soon push some others about integration with other addons and sound processing libraries.
Hope you like it and it becomes useful.
Best!