mixer, Re: Goals for next Xfce releases

Björn Martensen bjoern.martensen at gmail.com
Sun Feb 4 00:58:05 CET 2007


On Sat, 2007-02-03 at 23:31 +0000, Danny Milosavljevic wrote:
> Hi,
> 
> On Sat, 03 Feb 2007 23:30:38 +0100, Björn Martensen wrote:
> 
> >> $ ./test_vc 
> >>  Device: default
> [...]
> >>    Control: Mic,0 Volume: 0
> >>    Control: Mic Boost (+20dB),0 Volume: 500
> [...]
> >>  Device: #0: Audigy 2 ZS [SB0350]
> [...]
> >>    Control: Mic,0 Volume: 20
> >>    Control: Mic Boost (+20dB),0 Volume: 0
> [...]
> 
> Hmm, so it's there. And that isn't in the list in the Xfce settings?

it is. but that's the playback setting. this controls how loud you hear
the stuff you speak into your microphone.
take a look at alsamixer. usually it lists only the playback sliders,
which also hold the mic and mic boost settings. but those are for
playback.
when you press tab, then alsamixer switches to the capture sliders and
this has another mic slider and some additional sliders to control the
volume of pcm for example too, but this is what other people hear.
and this is the part, that is not configurable with xfce4-mixer at all!
you can only control the volume of the stuff _you_ hear, not the volume
of devices that are captured.


> Add some debug messages to xfce4-mixer/settings/xfce-mixer-settingsbox.c :
> 
> Patch:
> Index: xfce-mixer-settingsbox.c
> ===================================================================
> --- xfce-mixer-settingsbox.c    (Revision 24834)
> +++ xfce-mixer-settingsbox.c    (Arbeitskopie)
> @@ -470,6 +470,7 @@
>                 while (g) {
>                         vci = (volcontrol_t *) g->data;
>  
> +                       g_warning ("found %s", vci->name);
>                         if (vci && vci->name) {
>                                 gtk_tree_store_append (self->useful_model, &iter, NULL);
>                                 gtk_tree_store_set (self->useful_model, &iter, 
> 
> Then compile, install, "killall xfce-mcs-manager", then run "xfce-mcs-manager" in a terminal. Once you open it up, it should list them on the terminal. Does it? Does it list "Mic", too?
>  
> cheers,
>   Danny
> 
> _______________________________________________
> Xfce4-dev mailing list
> Xfce4-dev at xfce.org
> http://foo-projects.org/mailman/listinfo/xfce4-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20070204/9cea1769/attachment.pgp>


More information about the Xfce4-dev mailing list