-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
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
Labels
No labels