Wondering if there are any open-source Audio-Processing libraries. Would be excellent if they also support transformation filters.
For instance, is it possible to invoke the audio-processing functions available in 'Audacity' in my own application program, in an efficient/seamless way, as one would expect from an API ?
My aim is to take some streaming (or file based) audio content (from various sources), and do things like amplification, spike-removal, apply a band-pass filter / graphic-EQ function... and other audio transformations.
Would Gstreamer be a good option to consider ? My target platform is Linux on x86/x86_64.
Options, advice and pointers are welcome.