codelab-android-wavemaker
codelab-android-wavemaker copied to clipboard
Sample app which accompanies the "Making Waves" codelab - Part 1 Build a Synthesizer
if (error == AAUDIO_ERROR_DISCONNECTED){ std::function restartFunction = std::bind(&AudioEngine::restart, static_cast(userData)); new std::thread(restartFunction); } Went over the whole file multiple times, and I can't find any difference from what is in your...
Using mono (channel count = 1) for playback stream will prohibit MMap stream from being created on Pixel XL because it requires stereo (channel count = 2). See https://github.com/googlesamples/android-audio-high-performance/commit/a5e8ef512199bc570a6df93cddcd58c838a95fd2