Question

Any 3rd party, or built in stuff?

Was it helpful?

Solution

You can look at the MoMu release of the Synthesis Tool Kit (STK) library. It has a permissive license and is lightweight, however if depends what kind of "effects" you are looking for. It has all the building blocks to do sound synthesis and processing (class documentation here).

OTHER TIPS

I think you should use this audio DSP library for iOS/OSX: NVDSP

It is easy to use but still produces high-quality results.

It didn't exist at the time of your question, but well, I think it's the best option today. And I really don't say that just because I wrote it! ;)

iOS 5 has some new built-in Audio Units for filters and some other simple effects. Before iOS 5, it appears that most audio app developers rolled their own DSP effect libraries (or purchased a commercial time-pitch library, etc)

Try this http://theamazingaudioengine.com/ Little late but might help someone else

Also late, but great sound effect libraries are made by LittleEndian.com

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top