DEV Community

Discussion on: Audio Player with Wavesurfer.js & React 🏄🏽‍♂️

Collapse
 
hrghafoori profile image
HamidReza Ghafoori

I want to have an audio player on my website, but the important thing is that users should not be able to download that audio. Does this library have the ability to keep the sound source secret? If not, can you recommend a library or solution to do this for me?

Collapse
 
librien profile image
Kevin

If users really wanted to get the audio, they will. You could prohibit them from accessing the file to download directly via the server but they could still record using software. Perhaps you could include an audio watermark.

Collapse
 
typosbro profile image
Azizbek Umidjonov

I suppose you could convert your files into blob and bind to HTML.