Kodi Community Forum

Full Version: Zsnes, Frodo & Xbmcuntu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Have installed the above (Zsnes, Frodo & Xbmcunu) but when using advanced launcher i get no sound in zsnes. Ironically launching through the windows manager i have sound.

I've tried all sorts of things to get it to work including

.asoundrc

Quote:pcm.dmixer {
type dmix
ipc_key 1024
ipc_key_add_uid false
ipc_perm 0660
slave {
pcm "hw:1,3"
rate 48000
channels 2
period_time 0
period_size 1024
buffer_time 0
buffer_size 4096
}
}

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

and even by pausing xbmc when running zsnes through a shell script.

Quote:#!/bin/bash
killall -STOP xbmc.bin
/usr/bin/zsnes -s -v 22 "$1"
killall -CONT xbmc.bin

What am i missing ?
OK this is kinda weird.when i switched from HDMI audio to Analog Audio in xbmc Audio output, sound works in both zsnes AND xbmc. And then switching back to HDMI, even on reboots, now all works as it should. Very strange.