Another way to deal with this problem is to run a digital audio connection
to your amplifier (SPDIF).

When I do this the amp interprets 2 channel sound and will convert to 5.1
automatically (Dolby Surround) and pass 5.1 (Dolby Digital/AC3)
straight through.

Inside my .mplayer/config file I specify:

ac=hwac3,

Which means do AC3 passthrough when possible.

Works great for me :)

Dylan


On Wed, 16 Feb 2005, Evan Hisey wrote:

> Brown-
>   Can't tell you for sure, but hte place to start looking wouldbe in
> the local_conf.py There are several config lines dealing with the
> default sound setup near teh top of the file. A second place to look
> would be in teh mplayer mp3 options about half way down the file. Here
> you can set file type/player specific options. Same for Xine.
>
> Evan
>
>
> On Wed, 16 Feb 2005 13:13:46 +1300, RPBrown <[EMAIL PROTECTED]> wrote:
> > When using Freevo, I generally I have 2 types of files,
> > (1) .avi with AC3
> > (2) .avi with an MP3 stream
> >
> > currently i've got this as my working asound.conf, it works fine when
> > playing AC3 audio over 5.1 channels, however anything thats not AC3, 2
> > Channel MP3 for example doesnt get split over the 5.1. Is there a
> > simple way to get both 2ch->5.1 *and* direct 5.1ch to work properly?
> >
> > mediabawx:~# cat /etc/asound.conf
> > pcm.!default{
> >   type plug
> >   slave.pcm "dsp0"
> > }
> >
> > pcm.dsp0{
> >   type plug
> >   slave {
> >     pcm "mixed51"
> >     channels 6
> >     rate 48000
> >   }
> >   ttable.0.0 1
> >   ttable.1.1 1
> >   ttable.0.2 1
> >   ttable.1.3 1
> >   ttable.0.4 0.2
> >   ttable.1.4 0.2
> >   ttable.0.5 0.5
> >   ttable.1.5 0.5
> > }
> >
> > pcm.mixed51 {
> >   type dmix
> >   ipc_key 1099234
> >   ipc_perm 0666
> >   slave {
> >     pcm "hw:0,1"
> >     rate 48000
> >     channels 6
> >     period_time 0
> >     period_size 1024
> >     buffer_time 0
> >     buffer_size 4096
> >   }
> > }
> >
> > ctl.mixer0 {
> >   type hw
> >   card 0
> > }
> >
> > -------------------------------------------------------
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real users.
> > Discover which products truly live up to the hype. Start reading now.
> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > _______________________________________________
> > Freevo-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Freevo-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to