Difference between revisions of "Sound Recording Lab"

From TSG Doc
Jump to navigation Jump to search
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== Soundlab Setup ==
+
{{Infobox tsg
 +
  | name          = Sound Recording Labs
 +
  | image          =  
 +
  | caption        =  
 +
  | manuals = {{bulleted list
 +
      | [[Media:Beer_Audio.pdf|Lab Setup and User Manual]]
 +
  }}
 +
}}
  
{|
+
Our sound recording labs are special, sound-proofed rooms for speech recording and critical audio listening.
|-
 
| [[File:Sound Lab Setup2.JPG]]
 
|}
 
== Interface BITSIbox ==
 
  
for the settings of the interface go to: http://tsgdoc.socsci.ru.nl/index.php?title=ButtonBoxes
+
<!-- Table of Contents will be generated here -->
  
== Soundkey ==
+
<!--==Physical Properties==
Settings to record the sound in presentation:
+
Dimensions, special features, etc.-->
{|
 
|-
 
| [[File:sound settings.png|600px|Image: 1200 pixels]]
 
|}
 
  
Example code using soundKey from the buttonbox in Presentation:
+
==Equipment==
 +
*[[Computers#Lab Computer|Dell T3600]]
 +
*[[Monitors|Benq XL2420Z]]
 +
*[[Behringer X-Air XR18]]
  
<nowiki>
+
==Usage==
output_port oport = output_port_manager.get_port( 1 );
+
See [[Media:Beer_Audio.pdf|Lab Setup and User Manual]]
  
#callibrate the voicekey
+
==See Also== <!-- Optional -->
oport.send_string("CV");
+
*[[Behringer X-Air XR18]]
#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
+
<!--==References==
loop
+
<references />  
  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:
+
==External Links==
{|
+
-->
|-
 
| [[File:Trigger Sound.png|600px|Image: 1200 pixels]]
 
|}
 

Revision as of 13:15, 4 January 2018

Sound Recording Labs
Manuals

Our sound recording labs are special, sound-proofed rooms for speech recording and critical audio listening.


Equipment

Usage

See Lab Setup and User Manual

See Also