[mythtv-users] ALSA Sound

Michael Ford mford2 at comcast.net
Sun Jul 31 18:56:43 EDT 2005


Create a .asoundrc file with the following and place it into the home 
directory of the myth user.   Then use ALSA:default or ALSA:spdif in Mythtv 
and Mythmusic.  Also, make sure you turn off "Multi Track Rate Locking" if 
enabled or you will get sound output at the wrong speed.  This will 
effectively output all sound through your optical out so your 
receiver/processor can do all the work.

pcm.!default {
    type plug
    slave.pcm "cards.pcm.iec958"
}

pcm.!spdif {
    type plug
    slave.pcm "cards.pcm.iec958"
}

pcm.!iec958 {
    type plug
    slave {
    pcm "hw:0,1"
    format S32_LE
    }
}

Mike Ford


On Sunday 31 July 2005 1:41 pm, Brandon Rogers wrote:
> All,
>
>             I know this has probably been talked about before, but since
> after 2 days of searching Google and trying "solutions" others have posted,
> I will come back and ask a question (which has probably already been asked
> 1000 times).  I have the Chaintech AV710 soundcard which seems like a
> popular card due to its price/performance.  How do I get this card's
> optical out to work with my Surround Sound Amplifier?  Does it output 5.1
> Surround? If so, what do I need to do to get it to work?  I've read the
> MythTV Fedora HowTO and the links off that page in attempt to get the sound
> to work.  I've replaced a zillion alsa sound files, but still doesn't work.
>  If I route the sound to PCM out, I can hear it off the Line Out port.
>
>
>
> Thanks for your help!
>
> Brandon


More information about the mythtv-users mailing list