[AppleTV1] Sound in movies and music but no sound effects in XBMC
#1
I have AppleTV1 with ubuntu minimal install - also CrystalHD
Movies play fine (avi,mkv,flv,etc)
Music plays fine

but I have no sound effects when I migrate around in XMBC
I have Confluence, Night, Neon, and Transparency! skins installed
No matter what what skin, I cant get sound effects

When I boot into Apple TV mode (normal) and run XBMC from there, I have sound effects in XBMC

Did I miss a step in ubuntu setup?
Any help is appreciated Big Grin
Reply
#2
That's just how it is... you either have HDMI audio for movies or you have to use the RCA connections for analog audio and then you gain the interface sounds.
Living Room: ASUS Chromebox / OpeneElec 5 / Kodi 14.2
Bedroom: Amazon FireTV Stick / Kodi 14.2
Home Office: Amazon FireTV Stick / Kodi 14.2
Windows Server: Intel Core i3-2100T / 8GB Ram / 48TB / MySQL / StableBit DrivePool on Server 2012 R2 Standard
Reply
#3
No, it's not an HDMI/RCA/Optical out thing.
It's the sound effects within XBMC, unless you are stating the XBMC skin sound effects do NOT come out of HDMIHuh
Reply
#4
mentioned many times: .asoundrc
Reply
#5
Philmatic Wrote:That's just how it is... you either have HDMI audio for movies or you have to use the RCA connections for analog audio and then you gain the interface sounds.
Yeah, ummm, no. As Sam said, you need a .asoundrc file in /root.

Here's mine:
Code:
pcm.!default {
type plug
slave {
pcm "plughw:0,3"
}
}

To create it, you can do the following:
Code:
ssh atv@<ip.of.apple.tv>
<username=atv>
<password=atv>
#cd /root
#vi .asoundrc
<paste or type in what I posted above>
press the esc key
type a colon (shift+;)
type wq
reboot
Menu sounds should work after this. That said, I still occasionally lose menu sounds and it usually takes a reboot to get them back.
Reply
#6
@Sam:
Searching for "no sound" brings up a zillion articles about issues with video.
I tried many iterations of "no sound xbmc" "no sound skin" "no sound confluence".....
but list lists were long and probably I'd find the answer at the bottom of page 512.
lol

@pumkinut
THANK YOU for providing the answer. I know what you provided would be considered "spoon feeding a noob" to some but again thank you for taking 3 minutes of your time to resolve my problem!!!!!
Reply
#7
Actually I needed put .asoundrc in /home/xbmc directory for it to work

Thank you guys!!!
Reply

Logout Mark Read Team Forum Stats Members Help
[AppleTV1] Sound in movies and music but no sound effects in XBMC0