Hi,

Yesterday I got TV recording working. The most difficult part though
was to get audio recording to work. 
I have a soundblaster Live 5.1. The IGain volume control has to be set
before recording is able to record the audio, but freevo seems to set
it to to zero (and I verified that in the code). 
I have to manually "modprobe btaudio" before I get dsp1, dsp2 and dsp3.
In the kernel messages btaudio lists that devices 
dsp1 [analog]
dsp2 [digital]
dsp3 [analog]
mixer1 
have been created. Yet recording from dsp2 didn't work, mencoder hangs
while waiting for data. The same applies for dsp3. So I'm using the
analog dsp1, which seems to be working fine.
I couldn't figure out a way to specify freevo that IGain should be set
to 70 when recording TV programs. Is there a config directive that
could help me ? I'm using 1.3.2pre2
What I did as a temporary hack was
rename runtime/apps/mplayer/mencoder to mencoder2, and create a script
runtime/apps/mplayer/mencoder consisting of
#!/bin/sh
aumix -L -f ~/.aumixrc
/usr/local/freevo/runtime/apps/mplayer/mencoder2 $@
and then manually run aumix, set the IGain volume to 70 and save
settings.
This is working fine now.



__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to