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

Port AEExpanderFilter from TAAE -> TAAE2 #35

Closed manderson-productions closed 8 years ago

manderson-productions commented 8 years ago

Hi there!

Was wondering if the implementation for the AEExpanderFilter from TAAE is in scope for the beta or release version of TAAE2? This was a very useful filter and would IMO be a good addition to the filter modules in TAAE2.

If one were to implement this filter, what are your thoughts on how it should be implemented? The TAAE version is available here: https://github.com/TheAmazingAudioEngine/TheAmazingAudioEngine/blob/master/Modules/AEExpanderFilter.m

Thanks!

michaeltyson commented 8 years ago

Actually, AEDynamicsProcessorModule should fulfil the same role.

manderson-productions commented 8 years ago

Yup, you're totally right. I ended up using that audio unit to get the desired result. Thanks!