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

Restored audio engine mock for unit testing the core engine #38

Closed igorski closed 6 years ago

igorski commented 6 years ago

Testing of the AudioEngine core had been disabled after introduction of the audio driver adapter. Verify whether tests pass and both OpenSL and AAudio production builds still work as expected.