Difference between revisions of "Sound Recording Lab"

From TSG Doc
Jump to navigation Jump to search
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:Sound Lab Setup2.JPG|framed|left|Sound Lab Setup 2]]
+
{{Infobox tsg
 +
  | name          = Sound Recording Labs
 +
  | image          =
 +
  | caption        =
 +
  | manuals =
 +
}}
  
== Soundkey ==
+
Our sound recording labs are special, sound-proofed rooms for speech recording and critical audio listening.
  
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");
+
*[[Lab Computer]]
#Detect the voicekey once! When you want to do another trigger of voicekey send another "DV"
+
*[[Monitor]]
oport.send_string("DV");
+
*RME Babyface Pro FS [[ 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 11:58, 12 February 2026

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

Sound Recording Labs


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