Sound files are generated and exist, but the server can't see them, so they don't load. If you check the console, the file hasn't got loaded. If you try to access the url, it doesn't recognise the parameter "attachment_filename".
The reason for this is in application/utils.py (line 103 I think) where it says 'attachment_filename' - this needs to be changed to 'download_name'
Sound files are generated and exist, but the server can't see them, so they don't load. If you check the console, the file hasn't got loaded. If you try to access the url, it doesn't recognise the parameter "attachment_filename".
The reason for this is in application/utils.py (line 103 I think) where it says 'attachment_filename' - this needs to be changed to 'download_name'