Skip to content

Can't pause the sound when playing #1

@thinhc1

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions