![]() |
|
[LINUX] HOW-TO get multi-channel HD sound output working over NVIDIA HDMI - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85) +--- Forum: Tips, tricks, and step by step guides (/forumdisplay.php?fid=110) +--- Thread: [LINUX] HOW-TO get multi-channel HD sound output working over NVIDIA HDMI (/showthread.php?tid=59877) |
aac > pcm audio mixed up using 5.1 sound system - Flomaster - 2010-08-19 05:15 delete - DejaVu - 2010-08-28 19:31 Sound on the Revo with XBMC Ubuntu is.... borked!!! I had enough. Windows awaits! HDMI stereo works. No surround... - Vetal - 2010-09-14 18:50 Hello, All I can get from my HDMI output, MSI GT210 card is stereo. Is it my config problem or it is hardware limitation? Shall I dig further to make DTS/DD surround to work? I have a receiver that plays HDMI audio, but it is limited to DD/DTS/2 ch PCM I posted related topic here: http://forum.xbmc.org/showthread.php?tid=81100 _____ Added on Sep 20. Considering, I set up with ALSA 1.00.23, I just did a partial set-up. I missed part with 6 channel mapping with my pulse-audio. Multi-channel working now fine. Just wonder, where in the script it specifying HDMI device? my speaker test works with -Dhw0,N but not with -DHDMI HDMI sound in Ubuntu and XBMC without complex modifications - peter10000 - 2010-10-20 00:20 The sound problem can be solved very easy. I have tried many nights and after some testinstallations with XBMC-Live and full ubuntu I found a workaround for the pulseaudio problem. The basic problems is a conflict between the pulseaudio settings from the ubuntu desktop and the management from XBMC. That makes it impossible to use HDMI output in ubuntu and parallel HDMI output for audio and video in XBMC. The solution is to disable pulseaudio while XBMC is running - so it works then in the same operation mode as a XBMC-Live system. 1. Install and configure Ubuntu 10.04 2. Install XBMC 3. Configure Sound in Ubuntu => Hardware is "Digital Stereo (HDMI)..." 4. Create a file /home/.pulse/client.conf with the content "autospawn = no" 5. Reboot 6. Create a script for launching XBMC like "start.sh" and set the executable flag. Content of the file is: pulseaudio -k xbmc pulseaudio --start 7. Use that script for launching XBMC. Pulseaudio is deactivated before starting XBMC and activated after finishing XBMC. 8. Configure audio outputs in XBMC to HDMI in all sections. - BoxFreak - 2010-10-20 12:00 peter10000 Wrote:The sound problem can be solved very easy. Does this work in live, and is there something that should be done differently then? - Flomaster - 2010-10-20 16:35 BoxFreak Wrote:Does this work in live, and is there something that should be done differently then? do you not get hdmi audio in live? type in alsamixer make sure your hdmi spdif are not muted on the far right. http://forum.xbmc.org/showpost.php?p=587800&postcount=290 then copy and paste these lines of code Code: [LIST]also if you have a Ion 330 with Nvidia GPU you can use this .asoundrc file it works perfectly for me Code: pcm.dmixer {use these settings in xbmc the perfect asound.conf http://flomaster.pastebin.com/HQtibwZ4 Audio Output: HDMI Audio Output Device:HDMI Passthrough: plughw:0,3 and if I want to get stereo sound to my zone two for backyard music I change to Audio Output: plughw:0,0 and I get analog audio out of my green headphone jack. my AAC tracks play on the correct channels. mp3 audio is correct DTS and Dolby Digital play as should. all emulators play sound using this setup. -=Jason=- - BoxFreak - 2010-10-20 19:46 Flomaster Wrote:do you not get hdmi audio in live?... My sound works fine apart from navigation sounds and sound on video´s that have sample rate under 44100hz. Just thought that maybe pulseaudio is messing things up? Using ION2 and HDMI-out. - lloydsmart - 2010-10-20 23:46 ^ I have exactly the same symptoms on my system. Using Ubuntu 10.10 with Dharma Beta 3, and I have a motherboard with Nvidia 8300 and HDMI out. Everything else, including 5.1 PCM via HDMI, working perfectly, but low-samplerate audio and nav sounds have never worked for me. :-( - Flomaster - 2010-10-20 23:59 BoxFreak Wrote:My sound works fine apart from navigation sounds and sound on video´s that have sample rate under 44100hz. Just thought that maybe pulseaudio is messing things up? Using ION2 and HDMI-out. well using my instructions I have 100% working audio with anything I throw at it. make a backup of your .asoundrc file and give my way a shot and see if it helps you out. -=Jason=- Error in my giode :-( - peter10000 - 2010-10-21 22:25 Correct Code is: ... 6. Create a script for launching XBMC like "start.sh" and set the executable flag. Content of the file is: pulseaudio -k <<<<======= xbmc pulseaudio --start -k => stops pulseaudio It could be neccesary to take "pulseaudio --start" into autostart to get OS based sound-support when booting up. |