Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi
@rik81 Please try this solution I've found here.

1) Create the file /etc/asound.conf and insert:

Code:
pcm.dsp {
    type plug
    slave.pcm "dmix"
}

2) Reboot

3) In Kodi go to "Settings", "System", "Audio output" and change the Audio Output Device to point to your new dmix device.

4) Test launching Retroarch with AEL and report results.

If it does not work, repeat but change the contents of /etc/asound.conf to this:

Code:
pcm.ossmix {
    type dmix
    ipc_key 1024
    slave {
        pcm "hw:0,3"
    }
}

pcm.dsp0 {
    type plug
    slave.pcm "ossmix"
}

ctl.mixer0 {
    type hw
    card 0
}

# If your alsa programs are complaining that they can't open your sound devices, try uncommenting this next line
#pcm.default pcm.dsp0

If anything of the above does not work remember to delete /etc/asound.conf. I will create a patch in AEL to suspend audio.
Reply


Messages In This Thread
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - by Wintermute0110 - 2016-10-21, 16:38
Can You create A Sub Category? - by Wild_Tom - 2020-07-13, 04:43
Crash & Lost my launchers? - by eirrocmh - 2020-11-29, 02:25
RE: Crash & Lost my launchers? - by eirrocmh - 2020-12-19, 00:19
Logout Mark Read Team Forum Stats Members Help
Advanced Emulator Launcher - Multi-emulator frontend for Kodi12