Difference between revisions of "Sound Recording Lab"

From TSG Doc
Jump to navigation Jump to search
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Soundlab Setup ==
+
{{Infobox tsg
 +
  | name          = Sound Recording Labs
 +
  | image          =  
 +
  | caption        =  
 +
  | manuals =  
 +
}}
  
{|
+
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|Lab Computer]]
#Detect the voicekey once! When you want to do another trigger of voicekey send another "DV"
+
*[[Monitors|Monitor]]
oport.send_string("DV");
+
*RME Babyface Pro FS [[Audio Interfaces| Audio Interface]]
 +
*[[Shure SM57]] Microphone
 +
*Sony MDR-7506 [[Headphones]]
  
#recieve the "V", in this case enter the "V" in your response manager
+
==Usage==
loop
+
We recommend using [https://www.audacityteam.org/ Audacity] for recording audio. This program is installed as standard on our [[system image]].
  count_old = response_manager.total_response_count()
+
Ask TSG for help configuring the [[Audio Interfaces|Audio Interface]] if needed.
until
+
 
  response_manager.total_response_count() > count_old
+
==See Also== <!-- Optional -->
begin
+
*[[Audio]]
end;
+
*[[Audio Interfaces]]
voiceKeyTime = clock.time();</nowiki>
+
 
 +
 
 +
<!--==References==
 +
<references />
 +
 
 +
==External Links==
 +
-->

Latest revision as of 16:41, 3 February 2026

Sound Recording Labs

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


Equipment

Usage

We recommend using Audacity for recording audio. This program is installed as standard on our system image. Ask TSG for help configuring the Audio Interface if needed.

See Also