Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 3
»
RE: Voicerecord issue
Voicerecord issue
Like
100
Voicerecord issue
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Jeroen Loman
Jeroen Loman
posted 10 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 5,
Visits: 4
Hello all,
I was wondering if someone could help me with the script for an experiment I am currently working on. I've been messing around with it for a while now, but I just can't seem to get it to work properly.
The idea is to present a picture for 10 seconds and record all responses participants have (to be spoken into the microphone) during this time period (i.e., a think-aloud task).
The problem is that I cant get my script to keep recording for the whole 10 seconds, (In other words: how do I get it to just record all spoken answers without stopping the presentation of the picture/and or stop the recording?).
This is the basis so far:
<expt 1>
/blocks = [1=test_control]
</expt>
<page pre>
^^start
</page>
<page post>
^^exit
</page>
<block test_control>
/ trials = [1= test_control]
/preinstructions = (pre)
/ postinstructions = (post)
</block>
<trial test_control>
/ stimulustimes = [0 = control]
/ timeout = 10000
/ inputdevice = voicerecord
<expt 1>
/blocks = [1=test_control]
</expt>
<page pre>
^^start
</page>
<page post>
^^exit
</page>
<block test_control>
/ trials = [1= test_control]
/preinstructions = (pre)
/ postinstructions = (post)
</block>
<trial test_control>
/ stimulustimes = [0 = control]
/ timeout = 10000
/ inputdevice = voicerecord
</trial>
<picture control>
/ items = ("control.jpg")
/ position = (50, 50)
</picture>
</trial>
<picture control>
/ items = ("control.jpg")
/ position = (50, 50)
</picture>
I've tried several things so far, but I just cant make sense of what to add to it to solve my problem.
I hope there is someone here who could help me:)
Kind regards,
Jeroen
Tags
think-aloud
Voicerecord
Like
100
Jeroen Loman
Jeroen Loman
posted 10 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 5,
Visits: 4
(sorry, I pasted the same script twice by mistake ^^
Like
110
Jeroen Loman
Jeroen Loman
posted 10 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 5,
Visits: 4
For clarity, here it is once:
<expt 1>
/blocks = [1=test_control]
</expt>
<page pre>
^^start
</page>
<page post>
^^exit
</page>
<block test_control>
/ trials = [1= test_control]
/preinstructions = (pre)
/postinstructions = (post)
</block>
<trial test_control>
/ stimulustimes = [0 = control]
/ timeout = 10000
/ inputdevice = voicerecord
</trial>
<picture control>
/ items = ("control.jpg")
/ position = (50, 50)
</picture>
Like
88
Dave
Dave
posted 10 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 103K
Let me first note that voicerecord performance may vary considerably between systems -- I've seen it perform exceedingly well on some and not-so-well on others for no apparent reason (presumably due to cheap components and/or driver issues).
#1: Note that /timeout specifies *maximum* trial duration, i.e., by default a trial will terminate *earlier* (as soon as a response has been detected). To enforce a *fixed* duration, use /trialduration. For details re. the various components involved in trial timings, see the "
How to Control Trial Duration and Inter-Trial Intervals" topic in the documentation.
#2: Another thing to consider is /responseinterrupt. The default is 'immediate', which probably isn't what you'd want here.
To sum up, I would try something along the lines of
<trial test_control>
/ stimulustimes = [0 = control; 10000 = control]
/ inputdevice = voicerecord
/ pretrialpause = 500
/ posttrialpause = 500
/ trialduration = 11000
/ responsetime = 0
/ responseinterrupt = frames
</trial>
Like
103
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Like
100
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search