I am trying to play audio samples from my host with tone.js but no sound.
I try this code from tone.js and it work :
const player2 = new Tone.Player("https://tonejs.github.io/audio/berklee/gong_1.mp3").toDestination();
when I change the link "https://tonejs.github.io/audio/berklee/gong_1.mp3" with my direct host link, no sound.