ALSA

From MythTV Official Wiki
Revision as of 14:08, 4 October 2008 by Wormholio (talk | contribs) (show aplay -l)

Jump to: navigation, search

Advanced Linux Sound Architecture is an audio framework of drivers and plugins to manage the soundcard(s) on a Linux system.

Diagnosing audio problems

If you aren't getting audio output from mythtv, you can try changing the device mythtv uses. In the third page of the General settings area, replace the word default in ALSA:default with a reference to your hardware device; for example, the second device on the first card would be ALSA:hw:0,1. You can find out more information about your audio devices with the command

$  aplay -l

More information

More information can be found at the ALSA project website