NDKVoice icon indicating copy to clipboard operation
NDKVoice copied to clipboard

Can't pause the sound when playing

Open thinhc1 opened this issue 8 years ago • 0 comments

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.

thinhc1 avatar Sep 05 '17 16:09 thinhc1