Here is what I have been working on:
this.audioSource.src = 'http://*********mp3';
this.audioSource.load();
this.audioSource.play();
However, I encountered an error that says "this.sound.volume is not a function" when I try to set the volume using
this.audioSource.volume(0.5)