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
and even by pausing xbmc when running zsnes through a shell script.
What am i missing ?
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 ?