Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Sound Recording Lab
(view source)
Revision as of 16:33, 10 March 2015
900 bytes removed
,
16:33, 10 March 2015
Replaced content with "== Soundlab Setup == {| |- |
File:Sound Lab Setup2.JPG
|}"
Line 4:
Line 4:
|-
|-
| [[File:Sound Lab Setup2.JPG]]
| [[File:Sound Lab Setup2.JPG]]
−
|}
−
== Interface BITSIbox ==
−
−
for the settings of the interface go to: http://tsgdoc.socsci.ru.nl/index.php?title=ButtonBoxes
−
−
== Soundkey ==
−
Settings to record the sound in presentation:
−
{|
−
|-
−
| [[File:sound settings.png|600px|Image: 1200 pixels]]
−
|}
−
−
Example code using soundKey from the buttonbox in Presentation:
−
−
<nowiki>
−
output_port oport = output_port_manager.get_port( 1 );
−
−
#callibrate the voicekey
−
oport.send_string("CV");
−
#Detect the voicekey once! When you want to do another trigger of voicekey send another "DV"
−
oport.send_string("DV");
−
−
#recieve the "V", in this case enter the "V" in your response manager
−
loop
−
count_old = response_manager.total_response_count()
−
until
−
response_manager.total_response_count() > count_old
−
begin
−
end;
−
voiceKeyTime = clock.time();</nowiki>
−
−
Settings for the sound trigger in presentation:
−
{|
−
|-
−
| [[File:Trigger Sound.png|600px|Image: 1200 pixels]]
|}
|}
P.dewater
Administrators
169
edits
Navigation menu
Personal tools
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Main page
Help
About
About the TSG
About this Wiki
FAQ
Disclaimer
Survey
Customer Survey
Tools
Special pages
Printable version