Skip to content

MS Edge throws error at _cleanUpAudioNode calls #270

Open
@tjutasi

Description

@tjutasi

We got the following error frequently at MS Edge:
WEBAUDIO17055: Cannot set buffer after it has been already been set.
and it's point to the following line in _cleanUpAudioNode function:
...
try { audioNode.buffer = s._scratchBuffer; } catch(e) {}
...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions