Skip to content

Multiple Audio Objects Test false positive #47

Description

@nicdaCosta

When running the test Multiple Audio Objects playing at the same time, on the Samsung Galaxy S3 ( Android 4.1.2 Stock ROM ) - Default browser, the result is true.

But when adding a src to each Audio() instance in the test ( have tried with alternate sounds to be able to differentiate between audio instances ), only one sound is actually played.

What seems to occur is the first Audio is loaded and played, but when the second Audio is played, the first one's playback is stopped to allow for the second to play. Thus they both fire the playing event which results in a true result.

At the end of the audio's duration, both Audio() instances have the property ended equal to true implying both have completed playback, but only one was audible.

Not currently sure of a possible solution.

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