Xbmcbuntu 13 Testing Thread
(2014-04-21, 13:03)wsnipex Wrote: can someone in need of audio on the desktop try this script: https://raw.githubusercontent.com/wsnipe...soundrc.sh

it extracts the audio device from xbmcs guisettings and creates an .asoundrc.
Therefore you must have already configured XBMC with a working ALSA device.

I'm getting a "Error: no alsa device detected. found device: ", although I haven't installed pulseaudio and my guisettings.xml does say that I'm using an ALSA output:

Code:
<audiooutput>                                                                                              
        <ac3passthrough default="true">true</ac3passthrough>                                                  
        <ac3transcode default="true">false</ac3transcode>                                                      
        <audiodevice default="true">ALSA:hdmi:CARD=PCH,DEV=0</audiodevice>                                    
        <channels default="true">1</channels>                                                                  
        <config default="true">2</config>                                                                      
        <dtshdpassthrough default="true">false</dtshdpassthrough>                                              
        <dtspassthrough default="true">false</dtspassthrough>                                                  
        <eac3passthrough default="true">false</eac3passthrough>                                                
        <guisoundmode default="true">1</guisoundmode>                                                          
        <normalizelevels default="true">true</normalizelevels>                                                
        <passthrough default="true">false</passthrough>                                                        
        <passthroughdevice default="true">ALSA:hdmi:CARD=PCH,DEV=0</passthroughdevice>                        
        <processquality default="true">30</processquality>                                                    
        <samplerate default="true">48000</samplerate>                                                          
        <stereoupmix default="true">false</stereoupmix>                                                        
        <streamsilence default="true">1</streamsilence>                                                        
        <truehdpassthrough default="true">false</truehdpassthrough>                                            
    </audiooutput>

Tried creating a .asoundrc file of my own:

Code:
pcm.!default { type plug; slave.pcm "hdmi:CARD=PCH,DEV=0"; }

But still no luck trying to run my XBMC on the foreground and Spotify on the background (controlled by Spotcommander). XBMC can play sound using this file, but no other desktop applications can.

If I try using this .asoundrc file:
Code:
pcm.!default { type hw; card 0; device 3; }
ctl.!default { type hw; card 0; device 3; }

Then, Desktop Apps can play sounds, as long as XBMC hasn't yet started up. If they haven't played a sound and XBMC starts up (they are both running simultaneously), then the desktop apps can't play sounds (and vice versa: XBMC can't play sounds if another app has played a sound before it started). Would like to use Spotify in the background, controlled using spotcommander...
Reply


Messages In This Thread
Xbmcbuntu 13 Testing Thread - by wsnipex - 2014-03-18, 16:28
RE: Xbmcbuntu 13 Testing Thread - by hatred - 2014-08-14, 14:03
RE: Xbmcbuntu 13 Testing Thread - by Gombeek - 2014-06-21, 20:21
RE: [beta] Xbmcbuntu 13 Testing Thread - by TimoV - 2014-04-21, 20:44
RE: Xbmcbuntu 13 Testing Thread - by wsnipex - 2014-05-05, 07:05
RE: Xbmcbuntu 13 Testing Thread - by AndOrNot - 2014-05-05, 14:28
RE: Xbmcbuntu 13 Testing Thread - by wsnipex - 2014-05-05, 14:59
RE: Xbmcbuntu 13 Testing Thread - by otcho - 2014-05-05, 20:10
RE: Xbmcbuntu 13 Testing Thread - by fritsch - 2014-05-05, 20:32
RE: Xbmcbuntu 13 Testing Thread - by otcho - 2014-05-05, 20:50
RE: Xbmcbuntu 13 Testing Thread - by erdostom - 2014-05-06, 03:39
RE: Xbmcbuntu 13 Testing Thread - by fritsch - 2014-05-06, 08:17
RE: Xbmcbuntu 13 Testing Thread - by erdostom - 2014-05-06, 12:32
RE: Xbmcbuntu 13 Testing Thread - by wsnipex - 2014-05-06, 14:29
RE: Xbmcbuntu 13 Testing Thread - by gwire - 2014-05-06, 22:02
RE: Xbmcbuntu 13 Testing Thread - by gwire - 2014-05-07, 18:39
RE: Xbmcbuntu 13 Testing Thread - by arkim - 2014-05-07, 22:41
RE: Xbmcbuntu 13 Testing Thread - by zinko_pt - 2014-05-07, 20:21
RE: Xbmcbuntu 13 Testing Thread - by wsnipex - 2014-05-07, 21:13
RE: Xbmcbuntu 13 Testing Thread - by zinko_pt - 2014-05-08, 08:37
RE: Xbmcbuntu 13 Testing Thread - by gwire - 2014-05-07, 23:08
RE: Xbmcbuntu 13 Testing Thread - by fritsch - 2014-05-08, 08:54
RE: Xbmcbuntu 13 Testing Thread - by zinko_pt - 2014-05-08, 15:43
RE: Xbmcbuntu 13 Testing Thread - by wsnipex - 2014-05-08, 16:32
RE: Xbmcbuntu 13 Testing Thread - by zinko_pt - 2014-05-08, 16:54
RE: Xbmcbuntu 13 Testing Thread - by fritsch - 2014-05-08, 17:50
RE: Xbmcbuntu 13 Testing Thread - by zinko_pt - 2014-05-08, 19:57
RE: Xbmcbuntu 13 Testing Thread - by fritsch - 2014-05-08, 20:22
RE: Xbmcbuntu 13 Testing Thread - by nickr - 2014-05-09, 00:37
RE: Xbmcbuntu 13 Testing Thread - by vikjon0 - 2014-05-12, 18:13
RE: Xbmcbuntu 13 Testing Thread - by wsnipex - 2014-05-12, 18:20
RE: Xbmcbuntu 13 Testing Thread - by vikjon0 - 2014-05-13, 07:51
RE: Xbmcbuntu 13 Testing Thread - by wsnipex - 2014-05-13, 09:25
RE: Xbmcbuntu 13 Testing Thread - by vikjon0 - 2014-05-14, 12:39
RE: Xbmcbuntu 13 Testing Thread - by nickr - 2014-05-13, 09:26
RE: Xbmcbuntu 13 Testing Thread - by wsnipex - 2014-05-13, 09:29
RE: Xbmcbuntu 13 Testing Thread - by nickr - 2014-05-13, 10:25
RE: Xbmcbuntu 13 Testing Thread - by wsnipex - 2014-05-13, 12:18
RE: Xbmcbuntu 13 Testing Thread - by nickr - 2014-05-13, 22:14
RE: Xbmcbuntu 13 Testing Thread - by fritsch - 2014-05-13, 22:15
RE: Xbmcbuntu 13 Testing Thread - by teeedubb - 2014-05-14, 05:11
RE: Xbmcbuntu 13 Testing Thread - by 328iGuy - 2014-06-05, 23:07
RE: Xbmcbuntu 13 Testing Thread - by Gombeek - 2014-06-27, 19:49
RE: Xbmcbuntu 13 Testing Thread - by Gombeek - 2014-07-03, 01:14
RE: Xbmcbuntu 13 Testing Thread - by nickr - 2014-07-03, 04:28
RE: Xbmcbuntu 13 Testing Thread - by victoire - 2014-07-29, 09:38
RE: Xbmcbuntu 13 Testing Thread - by nssk - 2014-08-03, 12:25
RE: Xbmcbuntu 13 Testing Thread - by -DDD- - 2014-09-04, 20:29
RE: Xbmcbuntu 13 Testing Thread - by nickr - 2014-08-03, 23:27
RE: Xbmcbuntu 13 Testing Thread - by -DDD- - 2014-08-04, 07:37
RE: Xbmcbuntu 13 Testing Thread - by wsnipex - 2014-08-14, 14:25
RE: Xbmcbuntu 13 Testing Thread - by hatred - 2014-08-14, 15:13
RE: Xbmcbuntu 13 Testing Thread - by eroxm - 2014-08-23, 14:12
RE: Xbmcbuntu 13 Testing Thread - by -DDD- - 2014-09-04, 21:24
RE: Xbmcbuntu 13 Testing Thread - by fritsch - 2014-09-10, 18:41
RE: Xbmcbuntu 13 Testing Thread - by Soli - 2014-09-17, 14:32
RE: Xbmcbuntu 13 Testing Thread - by wsnipex - 2014-09-17, 16:38
RE: Xbmcbuntu 13 Testing Thread - by Soli - 2014-09-17, 20:10
RE: Xbmcbuntu 13 Testing Thread - by wsnipex - 2014-09-24, 10:39
RE: Xbmcbuntu 13 Testing Thread - by nickr - 2014-09-24, 23:20
RE: Xbmcbuntu 13 Testing Thread - by fritsch - 2014-10-17, 08:58
RE: Xbmcbuntu 13 Testing Thread - by Soli - 2014-11-13, 07:21
RE: Xbmcbuntu 13 Testing Thread - by theslime - 2014-11-23, 16:04
RE: Xbmcbuntu 13 Testing Thread - by fritsch - 2014-11-23, 16:18
RE: Xbmcbuntu 13 Testing Thread - by theslime - 2014-11-23, 16:57
RE: Xbmcbuntu 13 Testing Thread - by fritsch - 2014-11-23, 16:58
RE: Xbmcbuntu 13 Testing Thread - by theslime - 2014-11-23, 17:26
RE: Xbmcbuntu 13 Testing Thread - by fritsch - 2014-11-23, 17:28
RE: Xbmcbuntu 13 Testing Thread - by theslime - 2014-11-23, 17:39
RE: Xbmcbuntu 13 Testing Thread - by fritsch - 2014-11-23, 17:40
RE: Xbmcbuntu 13 Testing Thread - by theslime - 2014-11-23, 17:49
RE: Xbmcbuntu 13 Testing Thread - by fritsch - 2014-11-23, 17:51
RE: Xbmcbuntu 13 Testing Thread - by theslime - 2014-11-23, 18:02
RE: Xbmcbuntu 13 Testing Thread - by emueyes - 2014-11-24, 08:55
RE: Xbmcbuntu 13 Testing Thread - by fritsch - 2014-11-24, 08:56
RE: Xbmcbuntu 13 Testing Thread - by theslime - 2014-11-25, 12:06
RE: Xbmcbuntu 13 Testing Thread - by fritsch - 2014-11-25, 12:07
RE: Xbmcbuntu 13 Testing Thread - by theslime - 2014-11-25, 13:02
RE: Xbmcbuntu 13 Testing Thread - by wsnipex - 2014-11-25, 13:43
RE: Xbmcbuntu 13 Testing Thread - by -DDD- - 2014-12-23, 19:08
Logout Mark Read Team Forum Stats Members Help
Xbmcbuntu 13 Testing Thread3