0

I'm working on audio filter job on iOS.

It's quiet tough.

I want to make 'Object' includes AudioSession that make audio DSP using exist audio.

So, I made some DSP filters on my note but,

I cannot know how can I bring the existing audio file to the session

and how apply filters on it.

Your every hints will be granted.

Thanks

J.K Jeon
  • 270
  • 4
  • 15

1 Answers1

0

For filtering mic input, look at Apple's documentation and sample apps regarding the Audio Queue and Audio Unit APIs.

hotpaw2
  • 70,107
  • 14
  • 90
  • 153