Skip to content

Intervals between Queued Phrases #18

@nHiRanZ

Description

@nHiRanZ

Hi, I've been using this library and it's working fantastically. Just wanted to clarify the following issue.

My code is as follows.

speakerbox.setQueueMode(1);
for (Integer orderId : voiceoverIds) {
      speakerbox.play("Order ID " + orderId + " is Ready.");
}

I want to add pauses between each of the queued phrase. I tried with adding a Runnable to playAndOnDone to no avail.

Any help on this? Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions