Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Sound ISSUE work with COCOONJS #127

Open
@yoyeung

Description

@yoyeung

I already open 8 channel for Audio.
But I play all sound over 8 times.

var channel = this.channels.shift(); line 5577
will return a window object not a audio object.
After that channel.load(); will be throw error. line 5580
What's going wrong???
I can work it great in Chrome.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

      Sound ISSUE work with COCOONJS · Issue #127 · hyperandroid/CAAT