URL of experiment:
Description of the problem:
My team and I are conducting an online behavioral experiment hosted on Pavlovia titled TEXT_READING (GitLab ID: #249089). In this experiment, we capture audio data in WebM format, and would like to provide feedback to individual participant immediately after analyzing their recording. We are now implementing an automated pipeline for data analysis using GitLab’s Webhooks and API, and have encountered a limitation: Since media files are not pushed onto GitLab, it seems not possible to download a single audio recording, and we can only batch download all audio files at once.
We would greatly appreciate it if anyone can address the following questions:
- Are there any recommended APIs or methods that would allow us to programmatically access the media files generated during each session?
- Is it possible to retrieve media files for individual participants, or is there an alternative way to automate the download of these files?