LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux AUDIO ALSA (https://www.linuxquestions.org/questions/linux-newbie-8/linux-audio-alsa-4175513767/)

bergarth 08-06-2014 04:37 PM

Linux AUDIO ALSA
 
can anyone tell me how to make ALSA defualt? i upgraded XBMC and now it wont passthrough unless i use AE_SINK=ALSA xbmc in terminal and thats a huge hassel to do everytime.....and i need it so i can keep watching my DTS-HD/DD TrueHD movies


newbie here so a childs version be awesome

Spatior 08-07-2014 09:03 AM

Hi Bergarth,

Well I assume that AE_SINK is an enviromental variable that XBMC requires, so there are 2 approaches that I will consider:

1. Add that line to the main config file (Probably /etc/.bashrc or /etc/.profile), which distro do you use?
2. Add the same line to your user config file, ($HOME/.bashrc or $HOME/.profile)

Add the following line at the end of the file
AE_SINK=ALSA
export AE_SINK


All times are GMT -5. The time now is 12:55 AM.