mdn / webaudio-examples

Code examples that accompany the MDN Web Docs pages relating to Web Audio.
https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API
Creative Commons Zero v1.0 Universal
1.28k stars 432 forks source link

The element has no supported sources. #94

Closed Ce345 closed 1 year ago

Ce345 commented 2 years ago

example of the example of basics stops at line 109: audioElement.play(); Web Tools of Chrome states: the element has no supported sources. Something "basic" is missing. What could it be?

teoli2003 commented 2 years ago

On which file do you see this problem? There are a lot of directories in this repository.

Ce345 commented 2 years ago

Ai, correction: Example named "audio-basics" stops at line 109: audioElement.play(); Web Tools of Chrome states: the element has no supported sources. Something "basic" is missing. What could it be?

teoli2003 commented 2 years ago

I just tried: https://mdn.github.io/webaudio-examples/audio-basics/ on Firefox and Chrome, and I don't get such an error. How do you try it?

caugner commented 1 year ago

Closing as stale (more info was requested, but not provided).