NDKVoice
NDKVoice copied to clipboard
Can't pause the sound when 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.