Can someone please help me figure out the problem here": I am using opensl es to play audio and it crashes when I try to pause the
Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xbd32e932 in tid 17523 (Thread-4343)
and here is my code
if ((*bqPlayerPlay)->SetPlayState(bqPlayerPlay, SL_PLAYSTATE_PAUSED) != SL_RESULT_SUCCESS) {
LOGE("couldn't pause the audio player");
}