CreateJS / SoundJS

A Javascript library for working with Audio. It provides a consistent API for loading and playing audio on different browsers and devices. Currently supports WebAudio, HTML5 Audio, Cordova / PhoneGap, and a Flash fallback.
http://createjs.com/
MIT License
4.44k stars 835 forks source link

Audio Play Error (OnMediaSinkAudioError) #316

Open WindowsTV opened 5 years ago

WindowsTV commented 5 years ago

Version: 1.0

Sometimes Audio won't play it throws an error:

Media resource file:///audioFileLocation/PUTTCIRCUS.001.mp3 could not be decoded.

Media resource file:///audioFileLocation/PUTTCIRCUS.001.mp3 could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_MEDIASINK_ERR (0x806e000b) Details: OnMediaSinkAudioError

Windows 8.1, Firefox 61.0 (64-bit)

Here is the code I have set up for loading in and playing sounds: https://pastebin.com/TU5aPUQu