Skip to content

rate does not work for IE 11 #936

@wijesijp

Description

@wijesijp

I am new to howler. This is the first time I am using it.

To reduce the file size I speed up the audio file.
Then I set the rate to 0.5 when I play the audio.

The audio plays perfectly on all other browsers except IE 11.
I am using IE 11.371.16299.0

This is the code i used;

var _backgroundSound = new Howl({
src: ['audio/AMBIENCE.mp3'],
loop: true,
volume: 1,
rate:0.5

});

_backgroundSound.play();

Is there a way to fix this? Is there a setting to get it working?

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