Will the following work on Kubuntu for 5.1 sourround sound? ie. 'duplicate front' for mp3 and video files...
and then via Ubuntu I
Same procedure, I'm guessing? Just double checking, because without the above script, KMix only shows "duplicate front" for my on-board sound, and not my CA card. (Also wondering if GNOME Alsa mixer will work, should do, I'm guessing).
Code:
sudo gedit ~/.asoundrc
Code:
pcm.!default {
type plug
slave.pcm "surround51"
slave.channels 6
route_policy duplicate
}
Code:
pcm.analog {
type plug
slave analog_slave;
}
pcm_slave.analog_slave {
pcm surround51;
format S32_LE;
}
Originally posted by masque7