My main issue with Erwan's patch is that it won't totally work the way
he expects it to i believe. I think we need to rethink how we use the
mixer and bury more of the control all audio logic further back into it.
Also i think alsa is gonna throw a few curves at us depending on the
sound card used. They occasionally have some different names for
channels and such. That's why currently it is easier to have the user
monkey with the mixer externally since he can figure out what works for
him.


Also erwan releases the mandrake stuff and would rather not have that
patch intergrated in it (but avaiulable as a patch in the contrib dir is
fine, trying to save on troubleshooting headaches).

Mike

On Sat, 2003-12-20 at 14:16, [EMAIL PROTECTED] wrote:
> I have the same problem than Erwan, and i don't understand why freevo can
> not handle audio recording wihtout btaudio... I think than an option in
> the config files like 'ACTIVATE_LINE_IN_ON_RECORD=1/0' would be a good
> idea.
> If this option is set, then call the mixer with linein activation before
> launching the VCR_CMD command, and, at the end of the record process,
> restore the mixer status.
> If no set, do nothing more than launching the VCR_CMD.
> 
> So why isn't possible/acceptable to integrate this workaround directly
> into Freevo ??
> 
> Sylvain.
> 
> > Rather than patch freevo please use a custom VCR_CMD. It is what it is
> > there for. please look at http://world.std.com/~mruelle/freevo.html
> >
> > Mike
> >
> > On Sat, 2003-12-20 at 10:57, Erwan Velu wrote:
> >> Hi all,
> >> My configuration is Freevo 1.4.1 with a Miro Pctv And a SBLive.
> >> The sound is external and getin the LineIn in my SBlive.
> >> MY SBLIVE is using Two Sets of speakers (front, rear)
> >> Freevo is working fine :o) but when I'm recording using the freevo
> >> webinterface + mencoder... I don't have any sound on my AVI whereas I
> >> can
> >> hear it.
> >> I knew that I did a record with sound but I didn't understood why I
> >> wasn't
> >> able to reproducte it.
> >>
> >> I'VE FOUND IT AFTER ONE DAY OF TESTS :(
> >>
> >> When you runs plugins from the GUI (mplayer, radio etc..) it works. But
> >> when you quit it, InputGain & LineInVolume are set to  !!!!
> >>
> >>     def stop(self):
> >>         """
> >>         Stop mplayer and set thread to idle
> >>         """
> >>         print 'Radio Player Stop'
> >>         self.mode = 'stop'
> >>         mixer = plugin.getbyname('MIXER')
> >> ---->   mixer.setLineinVolume(0)   <------
> >> ---->   mixer.setIgainVolume(0)    <------
> >> ---->   mixer.setMicVolume(0)      <------
> >>         os.system('%s -m' % config.RADIO_CMD)
> >>
> >>
> >> That's could be a good idea for the freevo GUI, but my mencoder is using
> >> InputGain (where my tv is recorded) ! So if I use the freevo GUI plugin,
> >> mencoder is no more able to record the sound !
> >>
> >> So it could be good to set a "config.MINI_LINEIN_VOLUME",
> >> config.MINI_IGAIN_VOLUME & config.MINI_MICIN_VOLUME"
> >>
> >> I'll make a patch in that way :o)
> >>
> >>
> >>
> >>
> >> -------------------------------------------------------
> >> This SF.net email is sponsored by: IBM Linux Tutorials.
> >> Become an expert in LINUX or just sharpen your skills.  Sign up for
> >> IBM's
> >> Free Linux Tutorials.  Learn everything from the bash shell to sys
> >> admin.
> >> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> >> _______________________________________________
> >> Freevo-devel mailing list
> >> [EMAIL PROTECTED]
> >> https://lists.sourceforge.net/lists/listinfo/freevo-devel
> > --
> > Mike Ruelle
> > [EMAIL PROTECTED]
> > http://world.std.com/~mruelle/
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: IBM Linux Tutorials.
> > Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> > Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> > _______________________________________________
> > Freevo-devel mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-devel
> >
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> _______________________________________________
> Freevo-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-devel
-- 
Mike Ruelle
[EMAIL PROTECTED]
http://world.std.com/~mruelle/



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to