You can use the link if it is not streaming audio. If it is broadcast live, I don’t think you can download it in a browser because it does not have a final file size.
If this is a problem with the name of the download file, you can use the header content-disposition. It should be like this:
content-disposition: attachment; filename=playing.mp3
Adding this to the header should not affect the streaming of the audio tag.
source
share