I have an audio player on the page, and I reload the source through javascript. But every time I load a new audio, the old one continues to load, even though it is no longer playing. And this is hindering the performance of my application. It's as if the old audio just became mute.
Look at the image below, my problem. Each "stream.mp3" is a different audio source, which has been "swapped" by the latter after an action. see that the previous ones although they are not reproducing, continue to load.
My question is is there a way to "destroy" this, zero before loading a new audio source?