How to develop an iphone app with reverb functionality?

后端 未结 7 504
無奈伤痛
無奈伤痛 2020-12-09 14:10

I am developing an iPhone application (like Audio Processing). I have to give some effect to the audios. If it is desktop app, many options are there. We can get good exampl

相关标签:
7条回答
  • 2020-12-09 14:42

    This is an answer I've given before, but I believe it is relevant here. I am going to agree with the others and say that you are going to have to become a bit more familiar with core-audio if you want to do this properly.

    I highly recommend this core-audio book. It will teach what you need to do this right and will save you a lot of frustration.

    The chapter on audio effects has not been published yet, but if it is anything like the rest of the book it's worth the wait.

    EDIT

    You will most likely need to do this with an audio effect (which is a form of an audio unit).

    0 讨论(0)
提交回复
热议问题