syedhali / EZAudio

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
Other
4.96k stars 822 forks source link

is possible to integrate EZAudioPlayer with AudioKit Filter Nodes? #298

Open parsley75 opened 8 years ago

parsley75 commented 8 years ago

hi so I have a little IOS music player app based around EZAudioPlayer. I've used EZAudioPLayer as it was quite fully featured and it was bundled with AudioKit. My assumption was that both EZAudio classes and the AudioKit classes would play nicely together - i.e. The EzAudio classes would be recognised as AKNodes and so be "chainable"

it doesn't seem to be the case. do you know of any way to integrate the classes?

What I really want to do is use a band Reject filter on the output if the EZAudioPlayer class. I don't mind if it is audiokit's filter or another implementation of one

Any tips or advice would be gladly received.

Thanks

Mark