Solved XBMC Audio Mixer does not change volume
#1
I have downloaded the add-on XBMC Audio Mixer to control system volume via the GUI, however changing the volume sliders for either setting (PCM, Master etc) does not result in any change in volume.
Shouldn't it impact overall system volume and thus lowevering volume levels of XBMC also?

This is how my asound.conf looks like:

Code:
pcm.!default {
        type plug
        slave.pcm "dmixer"
}

pcm.dmixer  {
        type dmix
        ipc_key 1024
        slave {
                pcm "hw:0,8"
                period_time 0
                period_size 1024
                buffer_size 4096
                rate 44100
        }
        bindings {
                0 0
                1 1
        }
}

ctl.dmixer {
        type hw
        card 0
}
Reply


Messages In This Thread
XBMC Audio Mixer does not change volume - by styx06 - 2013-08-05, 13:06
Logout Mark Read Team Forum Stats Members Help
XBMC Audio Mixer does not change volume0