3

Any 3rd party, or built in stuff?

hotpaw2
  • 70,107
  • 14
  • 90
  • 153
Geri Borbás
  • 15,810
  • 18
  • 109
  • 172

5 Answers5

3

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! ;)

sougonde
  • 3,438
  • 3
  • 26
  • 35
3

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).

jbat100
  • 16,757
  • 4
  • 45
  • 70
1

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)

hotpaw2
  • 70,107
  • 14
  • 90
  • 153
0

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

Surender Rathore
  • 845
  • 8
  • 18
0

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

sdbps
  • 1