interactiveaudiolab / CAQE

Crowdsourced Audio Quality Evaluation Toolkit
MIT License
48 stars 17 forks source link

Send in-situ hearing response files through send_file_partial #26

Open mcartwright opened 7 years ago

mcartwright commented 7 years ago

"The issue was that because the files were big (1.1MB) the client socket was being closed before waiting for the whole .wav file. .... for a longer term fix you'll need to route those files through send_file_partial again."