igorski / MWEngine

Audio engine and DSP library for Android, written in C++ providing low latency performance within a musical context, while providing a Java/Kotlin API. Supports both OpenSL and AAudio.
MIT License
261 stars 45 forks source link

Flanger processor is now a multi channel effect #46

Closed igorski closed 6 years ago

igorski commented 6 years ago

Bugfix the broken feedback path in the existing Flanger processor, make Flanger work on multiple output channels (previously was mono/stereo only).