Menu sounds on Dharma Beta on Revo R3610
#1
Ok this is rather strange. Installed Dharma beta on my Acer Revo R3610 and had no menu sounds soi created the following

/home/xbmc/.asoundrc

Code:
pcm.!default {
    type plug
    slave.pcm "dmixer"
}
pcm.dsp0 {
    type plug
    slave.pcm "dmixer"
}
pcm.dmixer {
    type dmix
    ipc_key 1024
    slave {
        pcm "hw:0,3"
        period_time 0
        period_size 1024
        buffer_size 8192
        #periods 128
        rate 44100
     }
     bindings {
        0 0
        1 1
     }
}
ctl.mixer0 {
    type hw
    card 0
}

This was as per blog article at

http://boshdirect.com/blogs/tech/xbmc-re...e-fix.html

That solved it, menu sounds work.

However i have noticed that menu sounds seem to stop functioning from time to time the longer the server is up and only a reboot of XBMC solves it. What am i doing wrong ?

Thought it was a plugin at first, but can't reproduce it in any detail so not sure whats disabling the menu sounds.

Oh and crossfading doesn't work, even though that was what the article said it would fix. Get a cant enable audio device when enabled.
Reply

Logout Mark Read Team Forum Stats Members Help
Menu sounds on Dharma Beta on Revo R36100