Im writing to a WAV file using Python script and trying to play it using HTML <audio> tag from Static dir...
The Process: Parameters from website are written to .txt in views --> Python file exc. with subprocess.call and .txt parameters read --> WAV (sound.wav) written to with Python and saved in Static --> WAV referenced using Static ---> WAV played with button.click using HTML <audio> Problems: 1. HTML is caching the file and not playing updated WAV (b/c same name). How can I create new file names and send to Python script through views? 2. What would be the best way to deliver and play a new WAV file to the Template without static? Thanks, Joseph Kerr -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/43292bf1-58bd-4508-b941-9872df21d1b0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

