Hi, I was trying to do exactly the same and found the answer. I hope that it’s still useful…
1) Go to the plugin’s folder (wpaudio-mp3-player)
2) Open the file: wpaudio.min.js
3) In the line no. 31, find this code:
href=”‘+elem.href+'”>Download
4) Replace it with:
href=”‘+elem.href+'” target=”_blank”>Download
I just added the target=”_blank”.
Upload the file and enjoy.