Difference between revisions of "Sound Recording Lab"

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

Latest revision as of 14:40, 10 August 2026

Sound Recording Labs
Mm 00416.jpg
Sound Recording Lab 00.416 in 2026

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