﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 4  » Voice record function and varying trial duration</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sun, 27 Sep 2026 19:06:52 GMT</lastBuildDate><ttl>20</ttl><item><title>Voice record function and varying trial duration</title><link>https://forums.millisecond.com/Topic19782.aspx</link><description>Dear list,&lt;br/&gt;&lt;br/&gt;I am trying to use the voice record function to record participants' speech input (a single word). This is what I have so far:&lt;br/&gt;&lt;br/&gt;&amp;lt;trial recordingc4_1&amp;gt;&lt;br/&gt;/ inputdevice = voicerecord&lt;br/&gt;/ stimulusframes = [1=speakericon]&lt;br/&gt;/ trialduration = 2000&lt;br/&gt;/ responsetime = 0&lt;br/&gt;/ validresponse = (anyresponse)&lt;br/&gt;/ responseinterrupt = trial&lt;br/&gt;/ recorddata = true&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;The recording function works, but somehow the duration of the trial (and likewise the presentation of the picture) varies. It seems to be correlated with the duration of the speech, but not consistently. Could&amp;nbsp;&lt;br/&gt;anyone please inform me about the underlying mechanism/logic behind this? I need to understand how it works, so that I &amp;nbsp;can report on it later on (and adjust the script if necessary)... Thanks in advance!&lt;br/&gt;&lt;br/&gt;Kind regards,&lt;br/&gt;&lt;br/&gt;Marco</description><pubDate>Fri, 30 Sep 2016 08:07:54 GMT</pubDate><dc:creator>mvdv82</dc:creator></item><item><title>RE: Voice record function and varying trial duration</title><link>https://forums.millisecond.com/Topic19783.aspx</link><description>Once the trial has registered a response (here: the voice input exceeds a certain threshold), it will enter its postrialpause for the remainder of the specified /trialduration. The default behavior is to erase any stimuli (here: the picture) once a response has been registered. If you want the image to remain on-screen for the entire duration of the trial, either set its /erase attribute to false, or do&lt;br/&gt;&lt;br/&gt;&amp;lt;trial recordingc4_1&amp;gt;&lt;br/&gt;/ inputdevice = voicerecord&lt;br/&gt;&lt;strong&gt;/ stimulustimes = [0=speakericon; 2000=speakericon]&lt;/strong&gt;&lt;br/&gt;/ trialduration = 2000&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ validresponse = (anyresponse)&lt;br/&gt;&lt;strong&gt;/ responseinterrupt = frames&lt;/strong&gt;&lt;br/&gt;/ recorddata = true&lt;br/&gt;&amp;lt;/trial&amp;gt;</description><pubDate>Fri, 30 Sep 2016 08:07:54 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>