Difference between revisions of "Sound Recording Lab"

From TSG Doc
Jump to navigation Jump to search
(5 intermediate revisions 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]]
 
|}
 
== Soundkey ==
 
  
Example using soundKey from the buttonbox in Presentation:
+
<!-- Table of Contents will be generated here -->
  
<nowiki>
+
<!--==Physical Properties==
output_port oport = output_port_manager.get_port( 1 );
+
Dimensions, special features, etc.-->
  
#callibrate the voicekey
+
==Equipment==
oport.send_string("CV");
+
*[[Computers#Lab Computer|Dell T3600]]
#Detect the voicekey once! When you want to do another trigger of voicekey send another "DV"
+
*[[Monitors|Benq XL2420Z]]
oport.send_string("DV");
+
*[[Behringer X-Air XR18]]
  
#recieve the "V", in this case enter the "V" in your response manager
+
==Usage==
loop
+
See [[Media:Beer_Audio.pdf|Lab Setup and User Manual]]
  count_old = response_manager.total_response_count()
+
 
until
+
==See Also== <!-- Optional -->
  response_manager.total_response_count() > count_old
+
*[[Behringer X-Air XR18]]
begin
+
 
end;
+
<!--==References==
voiceKeyTime = clock.time();</nowiki>
+
<references />
 +
 
 +
==External Links==
 +
-->

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