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

Fixed bug where repeated (un)pausing of render Thread on suspension w… #49

Closed igorski closed 6 years ago

igorski commented 6 years ago

…ould deadlock

harthorst commented 6 years ago

Thanks a lot.