After figuring out how to make a Shiny server play a wav file, I created a shiny server that dynamically creates wav files based on reactive input. However, the first wav file gets cached, and despite changes to the file or even renaming the file, only the first wav is played until a full page refresh.
How could I play a changed wav file after it is changed through an HTML-based Shiny app?
I understand that this question has been asked (and solved) for HTML developers in a few places, using javascript or Jquery/php or a server-side solution, but I haven't figured out how to make any of these work with Shiny.