Inquisit Web Audio Saving Issue


Author
Message
b_randon
b_randon
Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)
Group: Forum Members
Posts: 7, Visits: 19
Hey guys! I recently have started piloting an experiment using Inquisit's web-based platform (inquisit version 6.3.5). After running my first participant, I realized that the audio file from their recall was not saved into the "raw" data folder with the other raw data file. On the desktop app, the audio files are saved in a subfolder of the data folder titled "soundcaptures" but this folder doesn't exist in the "raw" data folder for my online experiment. The recall period is only 5 minutes, so the audio file itself is only 5 minutes which I know is the max that inquisit will save the audio file online.  Does anyone have any insight into why there aren't any saved audio files for my experiment only when it's online?

Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
b_randon - 2/18/2021
Hey guys! I recently have started piloting an experiment using Inquisit's web-based platform (inquisit version 6.3.5). After running my first participant, I realized that the audio file from their recall was not saved into the "raw" data folder with the other raw data file. On the desktop app, the audio files are saved in a subfolder of the data folder titled "soundcaptures" but this folder doesn't exist in the "raw" data folder for my online experiment. The recall period is only 5 minutes, so the audio file itself is only 5 minutes which I know is the max that inquisit will save the audio file online.  Does anyone have any insight into why there aren't any saved audio files for my experiment only when it's online?

Please provide the link to the experiment.

Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
Dave - 2/18/2021
b_randon - 2/18/2021
Hey guys! I recently have started piloting an experiment using Inquisit's web-based platform (inquisit version 6.3.5). After running my first participant, I realized that the audio file from their recall was not saved into the "raw" data folder with the other raw data file. On the desktop app, the audio files are saved in a subfolder of the data folder titled "soundcaptures" but this folder doesn't exist in the "raw" data folder for my online experiment. The recall period is only 5 minutes, so the audio file itself is only 5 minutes which I know is the max that inquisit will save the audio file online.  Does anyone have any insight into why there aren't any saved audio files for my experiment only when it's online?

Please provide the link to the experiment.

> The recall period is only 5 minutes, so the audio file itself is only 5 minutes [...]

If it's a single recording covering the entire 5 minutes, then that single file's size is probably the issue. Due to recent backend changes, large will have to be broken up into smaller chunks client-side prior to upload, because the AWS Lambda API gateway rejects uploads exceeding a certain size. Version 6.4.0, due out within the next few days, will resolve this.

Any not yet uploaded recordings are not irretrievably lost. They still reside on the client system. If the participant installs 6.4.0 once it's released, they can manually trigger the upload of the recording by opening the player app, going to the "Data" tab, and clicking the "Cloud Upload" icon in the upper right-hand corner.

b_randon
b_randon
Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)
Group: Forum Members
Posts: 7, Visits: 19
Dave - 2/18/2021
Dave - 2/18/2021
b_randon - 2/18/2021
Hey guys! I recently have started piloting an experiment using Inquisit's web-based platform (inquisit version 6.3.5). After running my first participant, I realized that the audio file from their recall was not saved into the "raw" data folder with the other raw data file. On the desktop app, the audio files are saved in a subfolder of the data folder titled "soundcaptures" but this folder doesn't exist in the "raw" data folder for my online experiment. The recall period is only 5 minutes, so the audio file itself is only 5 minutes which I know is the max that inquisit will save the audio file online.  Does anyone have any insight into why there aren't any saved audio files for my experiment only when it's online?

Please provide the link to the experiment.

> The recall period is only 5 minutes, so the audio file itself is only 5 minutes [...]

If it's a single recording covering the entire 5 minutes, then that single file's size is probably the issue. Due to recent backend changes, large will have to be broken up into smaller chunks client-side prior to upload, because the AWS Lambda API gateway rejects uploads exceeding a certain size. Version 6.4.0, due out within the next few days, will resolve this.

Any not yet uploaded recordings are not irretrievably lost. They still reside on the client system. If the participant installs 6.4.0 once it's released, they can manually trigger the upload of the recording by opening the player app, going to the "Data" tab, and clicking the "Cloud Upload" icon in the upper right-hand corner.

Hi Dave,

Here is a link to the experiment.    
 https://mili2nd.co/5axb

And this is the code for the specific task where "RECALL" is just a picture element;

<trial recall_task>
/ stimulustimes = [1 = RECALL]
/ soundcapture = true
/ timeout = 300000
</trial>

<block RECALL_TASK>
/trials = [1 = recall_task]
/ soundcapture = true
/ timeout = 300000
</block>
b_randon
b_randon
Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)Associate Member (108 reputation)
Group: Forum Members
Posts: 7, Visits: 19
b_randon - 2/18/2021
Dave - 2/18/2021
Dave - 2/18/2021
b_randon - 2/18/2021
Hey guys! I recently have started piloting an experiment using Inquisit's web-based platform (inquisit version 6.3.5). After running my first participant, I realized that the audio file from their recall was not saved into the "raw" data folder with the other raw data file. On the desktop app, the audio files are saved in a subfolder of the data folder titled "soundcaptures" but this folder doesn't exist in the "raw" data folder for my online experiment. The recall period is only 5 minutes, so the audio file itself is only 5 minutes which I know is the max that inquisit will save the audio file online.  Does anyone have any insight into why there aren't any saved audio files for my experiment only when it's online?

Please provide the link to the experiment.

> The recall period is only 5 minutes, so the audio file itself is only 5 minutes [...]

If it's a single recording covering the entire 5 minutes, then that single file's size is probably the issue. Due to recent backend changes, large will have to be broken up into smaller chunks client-side prior to upload, because the AWS Lambda API gateway rejects uploads exceeding a certain size. Version 6.4.0, due out within the next few days, will resolve this.

Any not yet uploaded recordings are not irretrievably lost. They still reside on the client system. If the participant installs 6.4.0 once it's released, they can manually trigger the upload of the recording by opening the player app, going to the "Data" tab, and clicking the "Cloud Upload" icon in the upper right-hand corner.

Hi Dave,

Here is a link to the experiment.    
 https://mili2nd.co/5axb

And this is the code for the specific task where "RECALL" is just a picture element;

<trial recall_task>
/ stimulustimes = [1 = RECALL]
/ soundcapture = true
/ timeout = 300000
</trial>

<block RECALL_TASK>
/trials = [1 = recall_task]
/ soundcapture = true
/ timeout = 300000
</block>

Additionally, changing the timeout to 4 minutes and 59 seconds did not solve the issue.
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
b_randon - 2/18/2021
b_randon - 2/18/2021
Dave - 2/18/2021
Dave - 2/18/2021
b_randon - 2/18/2021
Hey guys! I recently have started piloting an experiment using Inquisit's web-based platform (inquisit version 6.3.5). After running my first participant, I realized that the audio file from their recall was not saved into the "raw" data folder with the other raw data file. On the desktop app, the audio files are saved in a subfolder of the data folder titled "soundcaptures" but this folder doesn't exist in the "raw" data folder for my online experiment. The recall period is only 5 minutes, so the audio file itself is only 5 minutes which I know is the max that inquisit will save the audio file online.  Does anyone have any insight into why there aren't any saved audio files for my experiment only when it's online?

Please provide the link to the experiment.

> The recall period is only 5 minutes, so the audio file itself is only 5 minutes [...]

If it's a single recording covering the entire 5 minutes, then that single file's size is probably the issue. Due to recent backend changes, large will have to be broken up into smaller chunks client-side prior to upload, because the AWS Lambda API gateway rejects uploads exceeding a certain size. Version 6.4.0, due out within the next few days, will resolve this.

Any not yet uploaded recordings are not irretrievably lost. They still reside on the client system. If the participant installs 6.4.0 once it's released, they can manually trigger the upload of the recording by opening the player app, going to the "Data" tab, and clicking the "Cloud Upload" icon in the upper right-hand corner.

Hi Dave,

Here is a link to the experiment.    
 https://mili2nd.co/5axb

And this is the code for the specific task where "RECALL" is just a picture element;

<trial recall_task>
/ stimulustimes = [1 = RECALL]
/ soundcapture = true
/ timeout = 300000
</trial>

<block RECALL_TASK>
/trials = [1 = recall_task]
/ soundcapture = true
/ timeout = 300000
</block>

Additionally, changing the timeout to 4 minutes and 59 seconds did not solve the issue.

> Additionally, changing the timeout to 4 minutes and 59 seconds did not solve the issue.

I would not expect it to. It's a file size / upload size issue. One second less is not going to make a huge difference in the file size. As stated here https://www.millisecond.com/forums/FindPost30856.aspx , the fix for this will be in 6.4.0.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search