TheAmazingAudioEngine / TheAmazingAudioEngine2

The Amazing Audio Engine is a sophisticated framework for iOS audio applications, built so you don't have to.
http://theamazingaudioengine.com/doc2
Other
544 stars 87 forks source link

Remove echo effect when recording using Mic #61

Open girishagsft opened 7 years ago

girishagsft commented 7 years ago

I am getting echo effect when recording from Mic. But when record using only instruments, it's don't have any echo effect. How to remove echo effect. Attached sample file. Recording.m4a.zip

jayrhynas commented 6 years ago

Did you copy and paste the code from TAAESample? There are delay and bandpass units that process the mic input (see AEAudioController.m:191)