Hi all : a small suggestion
I think the freevo_config.py must have two new options in order to manage
in a clan way the CONTROL_ALL_AUDIO mode : LINE_IN_VOLUME and
MICRO_VOLUME.
It allows freevo to setthe proper value at boot time, instead to forcer
them to 0 (in plugins/mixer.py). So the mixer.py should looks like :

....
if config.CONTROL_ALL_AUDIO
    self.setLineinVolume(config.LINE_IN_VOLUME)
    self.setMicVolume(config.MICRO_VOLUME)
...

Any remarks ??

PS : That's because i need to use the LineIn when recording...





-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to