MediaElementAudioSource outputs zeros due to CORS access restrictions local mp3 file MediaElementAudioSource outputs zeros due to CORS access restrictions local mp3 file javascript javascript

MediaElementAudioSource outputs zeros due to CORS access restrictions local mp3 file


Just after initializing the Audio object, add the following:

audio.crossOrigin = "anonymous";

This should prevent the CORS access restriction.