Jin Ying Ying
Jin Ying Ying

Reputation: 11

How to apply echo effect recorded file? - objective-c

I want record and play same time. When play sound, how to apply echo effect? How to use AudioQueue? Can anyone help me out how can I achieve this. Thanks

Upvotes: 0

Views: 372

Answers (1)

Daniel
Daniel

Reputation: 1037

There is a good example on how to record and play at the same time here: https://developer.apple.com/library/mac/samplecode/CAPlayThrough/Introduction/Intro.html

This example also shows you how to apply an echo effect: https://developer.apple.com/librarY/mac/samplecode/AVCaptureToAudioUnitOSX/Introduction/Intro.html

Upvotes: 1

Related Questions