I try to add method pause sound like this ` Java_com_handsome_ndkvoice_Utils_pause () { isPlaying= false; channel->setPaused(true); channel->stop(); }` but this not work. How to pause this sound when it is playing.
I try to add method pause sound like this
`
Java_com_handsome_ndkvoice_Utils_pause
() {
isPlaying= false;
channel->setPaused(true);
channel->stop();
}`
but this not work.
How to pause this sound when it is playing.