Dolby Pro Logic II configuration
#16
Rainbow 
This is the .asoundrc that works for my raspberry 3 setup:

Code:

<confdir:pcm/dpl.conf>

pcm.myhdmi {
        type plug
        slave.pcm "hdmi:CARD=vc4hdmi,DEV=0"
}

pcm.!default {
    type plug
    slave.pcm {
        type upmix
        slave.pcm "dpl2:myhdmi"
        channels 6
    }
}

with this, a new "default" audio device shows up in kodi's audio settings.
Reply

Logout Mark Read Team Forum Stats Members Help
Dolby Pro Logic II configuration0