﻿<?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 recording</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 25 Aug 2026 07:27:28 GMT</lastBuildDate><ttl>20</ttl><item><title>Voice recording</title><link>https://forums.millisecond.com/Topic26369.aspx</link><description>HI! I am writing an Inquisit script that presents a sound stimuli and at the same time records the responses of the participants (voice recording). The recording works relatively well when the trial is very short (e.g., 10 sec) although not always, but it does not record at all when the trial is 1 minute or longer (I need 9 minutes recording). It typically crashes or works (i.e., the stimuli is presented) but nothing is recorded. We tried different solutions, and in different computers. My question is whether Inquisit 4 supports longer voice recordings, and if yes can you help me identify what is the problem? Thank you very much.&lt;br/&gt;&lt;br/&gt;&amp;lt;clock timer2&amp;gt;&lt;br/&gt;/ mode = timer/&lt;br/&gt;&amp;nbsp;resetrate = block/&lt;br/&gt;&amp;nbsp;erase = false&lt;br/&gt;/ txcolor = yellow&lt;br/&gt;/ txbgcolor = black&lt;br/&gt;/ timeout = 540000&lt;br/&gt;/ position = (50%, 10%)&lt;br/&gt;/ format = "mm:ss"&lt;br/&gt;&amp;lt;/clock&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;sound SoundFILE&amp;gt;&lt;br/&gt;/items = ("file.wav")&lt;br/&gt;/playthrough = false&lt;br/&gt;&amp;lt;/sound&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;response Someresponse&lt;br/&gt;/ mode = anyresponse&lt;br/&gt;/ srsignal = sound&lt;br/&gt;/ rwwidth = 540000&lt;br/&gt;&amp;lt;/response&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial SomeTrial&amp;gt;&lt;br/&gt;/stimulustimes = [0 = SoundFILE; 0 = timer2;]&lt;br/&gt;/response = Someresponse&lt;br/&gt;/inputdevice = voicerecord&lt;br/&gt;/beginresponsetime = 0&lt;br/&gt;/trialduration = 540000&lt;br/&gt;/responseinterrupt = trial&lt;br/&gt;/recorddata = true&lt;br/&gt;&amp;lt;/trial&amp;gt;&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;block ImrsImage&amp;gt;&lt;br/&gt;/trials = [1=SomeTrial]&lt;br/&gt;&amp;lt;/block&amp;gt;​&amp;nbsp;&amp;nbsp;</description><pubDate>Tue, 05 Feb 2019 09:32:49 GMT</pubDate><dc:creator>Forty</dc:creator></item><item><title>RE: Voice recording</title><link>https://forums.millisecond.com/Topic26372.aspx</link><description>&lt;div data-id="26371" class="if-quote-wrapper" unselectable="on" data-guid="1549387945848"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26371" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="26371" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="26371" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Tuesday, February 5, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-26371"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="26369" class="if-quote-wrapper" unselectable="on" data-guid="1549387945848"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26369" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="26369" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="26369" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Forty - Tuesday, February 5, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-26369"&gt;&lt;div class="if-quote-message-margin"&gt;HI! I am writing an Inquisit script that presents a sound stimuli and at the same time records the responses of the participants (voice recording). The recording works relatively well when the trial is very short (e.g., 10 sec) although not always, but it does not record at all when the trial is 1 minute or longer (I need 9 minutes recording). It typically crashes or works (i.e., the stimuli is presented) but nothing is recorded. We tried different solutions, and in different computers. My question is whether Inquisit 4 supports longer voice recordings, and if yes can you help me identify what is the problem? Thank you very much.&lt;br/&gt;&lt;br/&gt;&amp;lt;clock timer2&amp;gt;&lt;br/&gt;/ mode = timer/&lt;br/&gt;&amp;nbsp;resetrate = block/&lt;br/&gt;&amp;nbsp;erase = false&lt;br/&gt;/ txcolor = yellow&lt;br/&gt;/ txbgcolor = black&lt;br/&gt;/ timeout = 540000&lt;br/&gt;/ position = (50%, 10%)&lt;br/&gt;/ format = "mm:ss"&lt;br/&gt;&amp;lt;/clock&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;sound SoundFILE&amp;gt;&lt;br/&gt;/items = ("file.wav")&lt;br/&gt;/playthrough = false&lt;br/&gt;&amp;lt;/sound&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;response Someresponse&lt;br/&gt;/ mode = anyresponse&lt;br/&gt;/ srsignal = sound&lt;br/&gt;/ rwwidth = 540000&lt;br/&gt;&amp;lt;/response&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial SomeTrial&amp;gt;&lt;br/&gt;/stimulustimes = [0 = SoundFILE; 0 = timer2;]&lt;br/&gt;/response = Someresponse&lt;br/&gt;/inputdevice = voicerecord&lt;br/&gt;/beginresponsetime = 0&lt;br/&gt;/trialduration = 540000&lt;br/&gt;/responseinterrupt = trial&lt;br/&gt;/recorddata = true&lt;br/&gt;&amp;lt;/trial&amp;gt;&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;block ImrsImage&amp;gt;&lt;br/&gt;/trials = [1=SomeTrial]&lt;br/&gt;&amp;lt;/block&amp;gt;​&amp;nbsp;&amp;nbsp;&lt;a class="if-quote-goto quote-link" href="#" data-id="26369"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Voice recording is not tailored to extremely long recordings (like several minutes). The files get extremely large and take up a lot of memory, so this will exhaust all available resources on many if not most systems. Your best option is to use a separate recording program running in the background instead of trying Inquisit to do the recording.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="26371"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Thank you for your answer.&amp;nbsp;</description><pubDate>Tue, 05 Feb 2019 09:32:49 GMT</pubDate><dc:creator>Forty</dc:creator></item><item><title>RE: Voice recording</title><link>https://forums.millisecond.com/Topic26371.aspx</link><description>&lt;div data-id="26369" class="if-quote-wrapper" unselectable="on" data-guid="1549387623187"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26369" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="26369" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="26369" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Forty - Tuesday, February 5, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-26369"&gt;&lt;div class="if-quote-message-margin"&gt;HI! I am writing an Inquisit script that presents a sound stimuli and at the same time records the responses of the participants (voice recording). The recording works relatively well when the trial is very short (e.g., 10 sec) although not always, but it does not record at all when the trial is 1 minute or longer (I need 9 minutes recording). It typically crashes or works (i.e., the stimuli is presented) but nothing is recorded. We tried different solutions, and in different computers. My question is whether Inquisit 4 supports longer voice recordings, and if yes can you help me identify what is the problem? Thank you very much.&lt;br/&gt;&lt;br/&gt;&amp;lt;clock timer2&amp;gt;&lt;br/&gt;/ mode = timer/&lt;br/&gt;&amp;nbsp;resetrate = block/&lt;br/&gt;&amp;nbsp;erase = false&lt;br/&gt;/ txcolor = yellow&lt;br/&gt;/ txbgcolor = black&lt;br/&gt;/ timeout = 540000&lt;br/&gt;/ position = (50%, 10%)&lt;br/&gt;/ format = "mm:ss"&lt;br/&gt;&amp;lt;/clock&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;sound SoundFILE&amp;gt;&lt;br/&gt;/items = ("file.wav")&lt;br/&gt;/playthrough = false&lt;br/&gt;&amp;lt;/sound&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;response Someresponse&lt;br/&gt;/ mode = anyresponse&lt;br/&gt;/ srsignal = sound&lt;br/&gt;/ rwwidth = 540000&lt;br/&gt;&amp;lt;/response&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial SomeTrial&amp;gt;&lt;br/&gt;/stimulustimes = [0 = SoundFILE; 0 = timer2;]&lt;br/&gt;/response = Someresponse&lt;br/&gt;/inputdevice = voicerecord&lt;br/&gt;/beginresponsetime = 0&lt;br/&gt;/trialduration = 540000&lt;br/&gt;/responseinterrupt = trial&lt;br/&gt;/recorddata = true&lt;br/&gt;&amp;lt;/trial&amp;gt;&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;block ImrsImage&amp;gt;&lt;br/&gt;/trials = [1=SomeTrial]&lt;br/&gt;&amp;lt;/block&amp;gt;​&amp;nbsp;&amp;nbsp;&lt;a class="if-quote-goto quote-link" href="#" data-id="26369"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Voice recording is not tailored to extremely long recordings (like several minutes). The files get extremely large and take up a lot of memory, so this will exhaust all available resources on many if not most systems. Your best option is to use a separate recording program running in the background instead of trying Inquisit to do the recording.&lt;br/&gt;</description><pubDate>Tue, 05 Feb 2019 09:29:16 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>