justinmc / react-audio-player

A simple React wrapper on the HTML5 audio tag
MIT License
587 stars 103 forks source link

Changing file name of downloaded file #145

Open chojje opened 2 years ago

chojje commented 2 years ago

Is there a way of setting the file name for download dynamically instead of using the filename of the src file? This stackoverflow thread suggests using the title attribute, but it doesn't appear to work.