You are not logged in.
Pages: 1
I use Pulseaudio with a 5.1 Headphone.
All channels are correct, except front center, which is played only at the front right side. The front left speaker, which should be used with the front right speaker together to create the center is not used. Tested the headphone under Windows 7 where it is working like it should.
Under KDE Audio Hardware Setup the problem already exists when using the test button.
Any idea how to activate the center properly?
Thanks
Last edited by alocacoc (2014-06-01 12:42:18)
Offline
How do you connect your headphones? Using jacks or usb, so more or less a headset? Do you get expected behaviour using speaker-test with pulseaudio suspended/killed?
speaker-test -c 6 -t wav -D plughw:your_output_device_for_surroundYou can drop the -D switch to run it through default sound card.
Offline
The command you gave me produces the same problem.
The headset is connected through a USB, the soundcard is build in the headphone.
I am now using a workaround, setting the soundcard to 4.1 instead of 5.1, then the center is routed to front left + front right. Its not a real solution though.
Thank you.
Offline
Use plug plugin (or route) with ttable to map channels right with speaker-test playing 5.1. For correct mapping (according to your information) check:
less /usr/share/alsa/pcm/surround41.confOffline
Looks complicated, I'll test it when I got time.
Thank you.
Offline
Using ttable part of surround41 should be sufficient, if using that device produces excepted behaviour. Look up the rest of the plugin configuration that is needed in the documentation I mentioned.
ttable.0.0 1
ttable.1.1 1
ttable.2.2 1
ttable.3.3 1
ttable.4.5 1Toss the channels around until you get the correct behaviour.
Offline
The front left speaker, which should be used with the front right speaker together to create the center is not used
Do you physically *have* a front-centre speaker, or not?
If not, then 4.1 is what you have. Why do you think surround41 is inappropriate?
Offline
Yes, guessable there is no physical speaker for center in the headset.
So 4.1 is the correct setting.
Thank you very much.
Offline
Pages: 1