Lino
03-05-2008, 12:36 AM
Well as you all know I recently installed Ubuntu 8.04 the normal 32bit version. In the past to duplicate the audio through all of speakers I merely edited .asoundrc
however this time it would not work. Nope no matter what I tried, but a few moments ago I cracked it.
I did the following
1) Added this code to the .asoundc "its an improvement from my old file"
pcm.!dmix {
type plug
slave {
pcm surround51
channels 6
}
}
pcm.!default {
type plug
slave.pcm "dmix"
slave.channels 6
route_policy duplicate
}
2) Edited Gstreamer properties and set default to Alsa and not Pulse.
3) In the sound options, I also set Alsa as default for everything.
Blow me it works, I now get my Mp3's played on all my 5.1 speaker setup
however this time it would not work. Nope no matter what I tried, but a few moments ago I cracked it.
I did the following
1) Added this code to the .asoundc "its an improvement from my old file"
pcm.!dmix {
type plug
slave {
pcm surround51
channels 6
}
}
pcm.!default {
type plug
slave.pcm "dmix"
slave.channels 6
route_policy duplicate
}
2) Edited Gstreamer properties and set default to Alsa and not Pulse.
3) In the sound options, I also set Alsa as default for everything.
Blow me it works, I now get my Mp3's played on all my 5.1 speaker setup