You are not logged in.
Pages: 1
Hi,
my second question...
Got sndcard via8237 i think (snd-via82xx), alsa driver installed.
When I enter alsamixer and unmute Center and LFE, play some mp3 and change volume of center or LFE nothing happens.
Would like to know, how to expand my sound from 2 speakers to all my speakers including subwoofer.
Would you help?
THX
Respect is everything 8)
Offline
Hi,
my second question...Got sndcard via8237 i think (snd-via82xx), alsa driver installed.
When I enter alsamixer and unmute Center and LFE, play some mp3 and change volume of center or LFE nothing happens.Would like to know, how to expand my sound from 2 speakers to all my speakers including subwoofer.
Would you help?
THX
Edit or create a /etc/asound.conf and put this into it:
pcm.duplicate {
type plug
slave.pcm "surround51"
slave.channels 6
route_policy duplicate
}
this only creates the pcm-device-thingy, if you want to use it as default pcm device, then instead add:
pcm.!default {
type plug
slave.pcm "surround51"
slave.channels 6
route_policy duplicate
}
Should work will all programs that use alsa. This config is only for 5.1 systems, for 7.1 systems change to "surround71" and "slave.channels 8", but I guess from the title of the thread that you have a 5.1 system.
Offline
This should work also for center speaker and rear speakers? I used the firt way you wrote, but think only front left and right and subwoofer works, but subwoofer volume is low although in alsamixer I set LFE on max volume.
8)
Respect is everything 8)
Offline
Soule:
man, seems to me not to work... I used your first version... When I reinstall arch, install alsa, left and right front speaker and subwoofer works, but when i change level of LFE in alsamixer nothing happens.
When I add your script into alsa.conf it is the same. Any other steps needed to work this or what?
THX
Respect is everything 8)
Offline
All the MP3s I've ever come across are recorded in stereo. If you want surround sound from them, you'll probably need an external audio receiver that an upmix stereo signals or some kind of software that can do it for your soundcard. (I'm going the external receiver route, so I can't help you with the software.)
Games (OpenAL?) and DVD movies (AC3 passthrough, since my soundcard doesn't have a surround decoder built-in) are more the kind of thing from which I'd be expecting surround sound.
Offline
Decaire:
Yes i know, that mp3 are in stereo, but in windows i have EXPANDER function which sorrounds all sounds into 5+1 including mp3. I'm asking if that is possible in arch
Respect is everything 8)
Offline
Ah, I see. Off-topic question, but in Windows, where would you enable this "EXPANDER"?
Offline
Decaire:
ehm when I install sound driver in win I have Adeck in systray (which is app for soundcard) and here I can do this.
Respect is everything 8)
Offline
And what about alsamixer... the option LFE does a shit when i change the volume
Respect is everything 8)
Offline
I know the feeling. Since I use only the spdif out port, every single mixer control except for Wave does nothing for me.
Offline
So how do you solve this?
Respect is everything 8)
Offline
Turning up the volume knob on the subwoofer and setting the receiver's subwoofer channel to +5 dB. Brute force solution, really. What's your speaker setup like?
Offline
I don't exactly know what you mean, but on subwoofer I can contron only volume and bass
Respect is everything 8)
Offline
Pages: 1