thinhc1

Results 2 issues of thinhc1

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...

How to save this sound with effect to sd card?