Reputation: 11
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
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