Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 24.128.246.209:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/RecordingInfo

------------------------------------------------------------------------------
@@ -19,6 +19,18 @@
 
 It has a couple inherit problems. First you will here the program in the background 
when you are recording. And Second, You cannot run any apps that use the soundcard 
while recording(which pretty rules out everything except images and maybe running some 
scripts in commands plugin).
 
+Another thing to note is that some SoundBlaster cards also need another variable 
tweaked. The soundblasters cards need and extra parameter added to the aumix calls. 
for example:
+
+{{{
+
+# to unmute the audio
+aumix -l 80 -l R -i 1
+
+# to mute the audio
+aumix -l 0 -i 0
+
+}}}
+
 To accomplish this setup you have to change the adevice in VCR_CMD to /dev/dsp. Then 
you need to change you vcr_cmd to either a script setup similar to one 
[http://cvs.sourceforge.net/viewcvs.py/freevo/freevo/contrib/record_without_btaudio/ 
here].
 
 Or to change the VCR_CMD to include a 'soundonscript ;' + at thefront of the command 
and a '; soundoffscript' at the end.


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to