[opensuse] KDE mixer problem with stereo speakers on laptop
Hi - I just installed openSuSE 12.3 x64 on an ASUS G75V series laptop and ran into a quirk with the KDE mixer (KDE Version 4.10.5 "release 1") that I suspect is a simple oops on somebodies part. This laptop does have two stereo speakers. When I bring up the KDE mixer dialog window, click on Settings -> Audio Setup, that brings up the Phonon - KDE Control Module dialog window. From here I select my sound card and set the profile to "Analog Stereo Output" Then if I click on the test buttons for the "Front Left" and "Front Right" the "Front Left" works fine but the "Front Right" also comes out on the Front Left speaker as well. BTW this DID work fine under openSuSE12.2 so I suspect something broke in this release. Now for a bit of further quirkiness.... For grins I also tried the "Analog Surround 4.0 Output" profile. This time both the Front Left and the Front Right test buttons produced sound on the correct speaker, but both the Rear Left and Rear Right test buttons produce sound on the Front Left speaker and at a much higher volume level than the sound produced by the Front Left and Front Right test buttons. I kinda suspect this is a simple problem to solve and somebody dropped the ball on testing this software code. Any ideas on how to get my KDE mixer to behave properly? Thanks in advance... Marc.. -- "The Truth is out there" - Spooky -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 10/09/2013 09:07 AM, Marc Chamberlin wrote:
Hi - I just installed openSuSE 12.3 x64 on an ASUS G75V series laptop and ran into a quirk with the KDE mixer (KDE Version 4.10.5 "release 1") that I suspect is a simple oops on somebodies part. This laptop does have two stereo speakers. When I bring up the KDE mixer dialog window, click on Settings -> Audio Setup, that brings up the Phonon - KDE Control Module dialog window. From here I select my sound card and set the profile to "Analog Stereo Output" Then if I click on the test buttons for the "Front Left" and "Front Right" the "Front Left" works fine but the "Front Right" also comes out on the Front Left speaker as well. BTW this DID work fine under openSuSE12.2 so I suspect something broke in this release.
Now for a bit of further quirkiness.... For grins I also tried the "Analog Surround 4.0 Output" profile. This time both the Front Left and the Front Right test buttons produced sound on the correct speaker, but both the Rear Left and Rear Right test buttons produce sound on the Front Left speaker and at a much higher volume level than the sound produced by the Front Left and Front Right test buttons.
I kinda suspect this is a simple problem to solve and somebody dropped the ball on testing this software code. Any ideas on how to get my KDE mixer to behave properly? Thanks in advance...
Marc..
I just discovered there is an opensuse-kde newsgroup and that sounds like a more appropriate place to post this question. So I will repost to that newsgroup and please accept my apologies... -- "The Truth is out there" - Spooky -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 10/10/13 03:07, Marc Chamberlin wrote:
Hi - I just installed openSuSE 12.3 x64 on an ASUS G75V series laptop and ran into a quirk with the KDE mixer (KDE Version 4.10.5 "release 1") that I suspect is a simple oops on somebodies part. This laptop does have two stereo speakers. When I bring up the KDE mixer dialog window, click on Settings -> Audio Setup, that brings up the Phonon - KDE Control Module dialog window. From here I select my sound card and set the profile to "Analog Stereo Output" Then if I click on the test buttons for the "Front Left" and "Front Right" the "Front Left" works fine but the "Front Right" also comes out on the Front Left speaker as well. BTW this DID work fine under openSuSE12.2 so I suspect something broke in this release.
Now for a bit of further quirkiness.... For grins I also tried the "Analog Surround 4.0 Output" profile. This time both the Front Left and the Front Right test buttons produced sound on the correct speaker, but both the Rear Left and Rear Right test buttons produce sound on the Front Left speaker and at a much higher volume level than the sound produced by the Front Left and Front Right test buttons.
I kinda suspect this is a simple problem to solve and somebody dropped the ball on testing this software code. Any ideas on how to get my KDE mixer to behave properly? Thanks in advance...
Marc..
You have "started off with the wrong foot", so to speak :-) . The sound works using Alsa so you have to first configure Alsa. but do this you need to disable pulseaudio - and to do that: run YaST>Sound>Other> and disable Pulseaudio - but before doing this first chose which sound card/chip is to be used as the default sound device. BTW,if you have a sound chop on your mobo as well as a sound PCIe card, decide which one you are going to use if you going to use the sound card then disable the chip in the BIOS. While you are in YaST>Sound>Other test for sound. Once you have done the above, open a terminal/console and run (as user) alsamixer. Use F6 to select your sound device; use F5 to see all the available channels; activate/deactivate the channels to give you sound from your speakers (here it pays to have something producing sound - like a CD or DVD - so that you can judge if you are getting sound). Now that you have sound you can fiddle with KDE mixer if you want - but I wouldn't. You can even reactivate pulseaudio (in YaST) if you want, if you really need it that is, and install pavucontrol (not installed by default) to be able to have control over pulseaudio. BC -- "If you read the books that everyone else is reading, you can only think what everyone else is thinking." - Haruki Murakami -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
El 10/10/13 04:47, Basil Chupin escribió:
You have "started off with the wrong foot", so to speak :-) .
The sound works using Alsa so you have to first configure Alsa. but do this you need to disable pulseaudio - and to do that:
run YaST>Sound>Other> and disable Pulseaudio -
This has nothing to do with pulseaudio and probably nothing to do with KDE either, looks like a kernel quirk. -- "If debugging is the process of removing bugs, then programming must be the process of putting them in." - Edsger Dijkstra -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/10/13 00:48, Cristian Rodríguez wrote:
El 10/10/13 04:47, Basil Chupin escribió:
You have "started off with the wrong foot", so to speak :-) .
The sound works using Alsa so you have to first configure Alsa. but do this you need to disable pulseaudio - and to do that:
run YaST>Sound>Other> and disable Pulseaudio - This has nothing to do with pulseaudio and probably nothing to do with KDE either, looks like a kernel quirk.
This has EVERYTHING to do with pulseaudio. Unless pulseaudio is disabled you will not get alsamixer to show all the available channels which alsamixer can configure. With pulseaudio enabled you will see only 3 or 4 channels - if that! - but if I disable pulse I see 15 channels. BC -- "If you read the books that everyone else is reading, you can only think what everyone else is thinking." - Haruki Murakami -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 10/10/2013 09:09 AM, Basil Chupin wrote:
On 11/10/13 00:48, Cristian Rodríguez wrote:
El 10/10/13 04:47, Basil Chupin escribió:
You have "started off with the wrong foot", so to speak :-) .
The sound works using Alsa so you have to first configure Alsa. but do this you need to disable pulseaudio - and to do that:
run YaST>Sound>Other> and disable Pulseaudio - This has nothing to do with pulseaudio and probably nothing to do with KDE either, looks like a kernel quirk.
This has EVERYTHING to do with pulseaudio.
Unless pulseaudio is disabled you will not get alsamixer to show all the available channels which alsamixer can configure. With pulseaudio enabled you will see only 3 or 4 channels - if that! - but if I disable pulse I see 15 channels.
BC
If pulseaudio is that screwed up, then why is it (a) accepted in the bistro (b) installed in the frist place? -- Duaine Hechler Piano, Player Piano, Pump Organ - Tuning, Servicing & Rebuilding (314) 838-5587 / dahechler@att.net / www.hechlerpianoandorgan.com Home & Business user of Linux - 13 years -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 10/10/13 18:49, Duaine Hechler wrote:
If pulseaudio is that screwed up, then why is it (a) accepted in the bistro (b) installed in the frist place?
It's not "screwed up" - it has some badly chosen defaults (IMHO) and doesn't handle some hardware very well. Also, some programs (particularly sound editors) cause it to throw its toys out of the pram... Dylan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 10/10/13 03:07, Marc Chamberlin wrote:
Hi - I just installed openSuSE 12.3 x64 on an ASUS G75V series laptop and ran into a quirk with the KDE mixer (KDE Version 4.10.5 "release 1") that I suspect is a simple oops on somebodies part. This laptop does have two stereo speakers. When I bring up the KDE mixer dialog window, click on Settings -> Audio Setup, that brings up the Phonon - KDE Control Module dialog window. From here I select my sound card and set the profile to "Analog Stereo Output" Then if I click on the test buttons for the "Front Left" and "Front Right" the "Front Left" works fine but the "Front Right" also comes out on the Front Left speaker as well. BTW this DID work fine under openSuSE12.2 so I suspect something broke in this release.
Now for a bit of further quirkiness.... For grins I also tried the "Analog Surround 4.0 Output" profile. This time both the Front Left and the Front Right test buttons produced sound on the correct speaker, but both the Rear Left and Rear Right test buttons produce sound on the Front Left speaker and at a much higher volume level than the sound produced by the Front Left and Front Right test buttons.
I kinda suspect this is a simple problem to solve and somebody dropped the ball on testing this software code. Any ideas on how to get my KDE mixer to behave properly? Thanks in advance...
Marc..
You have "started off with the wrong foot", so to speak :-) . Thanks Basil, I just discovered you had answered me on this newsgroup, more completely, than on the opensuse-kde newsgroup so I will respond here. I dunno about "starting off with the wrong foot" I simply had installed openSuSE12.3 x64 with whatever defaults it had used for controlling my sound system. So perhaps there is something wrong with
On 10/10/2013 12:47 AM, Basil Chupin wrote: the way things are getting installed?
The sound works using Alsa so you have to first configure Alsa. but do this you need to disable pulseaudio - and to do that:
run YaST>Sound>Other> and disable Pulseaudio - but before doing this first chose which sound card/chip is to be used as the default sound device. BTW,if you have a sound chop on your mobo as well as a sound PCIe card, decide which one you are going to use if you going to use the sound card then disable the chip in the BIOS.
OK I disabled Pulseaudio as you suggested, but that did not seem to make any difference alone (will say more in a moment) As for sound cards, my laptop comes with two sound systems. One is on the nVidia video card and that is for controlling the sound level over an HDMI port. I am not interested in this one at the moment. The other is for a sound chip on my motherboard and this is the one I am concerned about. I have set it as my default sound/primary sound card in the YaST sound configuration tool, as well as the "Master Channel" in the KDE/KMIX tool.
While you are in YaST>Sound>Other test for sound.
Once you have done the above, open a terminal/console and run (as user) alsamixer. Use F6 to select your sound device; use F5 to see all the available channels; activate/deactivate the channels to give you sound from your speakers (here it pays to have something producing sound - like a CD or DVD - so that you can judge if you are getting sound).
I opened the alsamixer, and used F6 to select my internal sound chip (HDA Intel PCH) as you suggested. That gives me a bunch of controls, some of which I understand (Master, Headphon) and many which I do not (PCM, PCM Loop, Front, Surround, S/PDIF, S/PDIF D) That said, I tried to figure out what Front and Surround controls are doing, both in the alsamixer konsole and in the YaST2 Sound/Volume Settings and I got some surprising results! If I set the Surround control, in the Alsamixer, all the way down to 0, AND if I set the Surround control in the YaST2 Sound setting to 50 then I am getting sound out of BOTH my left and right speakers, when I use the KMIX test buttons!!! I have no idea what "Surround" means in this context, in YaST2 it almost seems to be some sort of balance control, but in Alsamixer I simply do not grok it's purpose and meaning. So I got it working, BUT before I close out this discussion, there is some really strange interactions going on, between the Alsamixer and the YaST2 Sound setup that I discovered and want to pass along. First weirdness, if I change the Surround setting in the YaST2 sound controller, it also changes the Surround setting in the Alsamixer, BUT NOT PROPORTIONATELY! And if I change the Surround setting in the Alsamixer, it does NOT affect the Surround setting in the YaST2 sound controller. Second weirdness, this same non-orthogonal behavior is also demonstrated with the Front controls in the Alsamixer and the YaST2 sound controller, If I change the Front control in the YaST2 sound module, it affects the Alsamixer Front control, but not vice-versa. Also, the Front control in the Alsamixer controls the volume levels of my speakers, just like the Master control does, so I do not grok the purpose of having a separate Front control and it seems very confusing to have to adjust both of these controls in order to get any sound out of my speakers. While changes to the Front control in the YaST2 module does affect sound levels, indirectly, it appears to do so by making the Alsamixer Front control change, it can become confusing if the YaST2 Front controller is set to zero, and the Alsamixer Front control is then changed to 100, i.e. the two tools will then be reporting different control levels for the Front speakers!
Now that you have sound you can fiddle with KDE mixer if you want - but I wouldn't. You can even reactivate pulseaudio (in YaST) if you want, if you really need it that is, and install pavucontrol (not installed by default) to be able to have control over pulseaudio.
I haven't reactivated pulseaudio, dunno why I should or what it gives me in addition to what I apparently now have working. I would prefer to use the KDE/KMIX tool as it is more intuitive, to me, to operate than Alsamixer or YaST2 and it is conveniently placed on my kicker bar where I can easily find it. I will admit I do NOT grok this sound system model and why there are so many different tools for controlling it. I would far prefer a seamless integration of a simple sound system model, into the KDE desktop, and be done with it. But that is just my 2 cents worth, being the opinionated SOB that I am... ;-) Marc...
BC
-- "The Truth is out there" - Spooky -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 10/10/13 18:47, Marc Chamberlin wrote:
I opened the alsamixer, and used F6 to select my internal sound chip (HDA Intel PCH) as you suggested. That gives me a bunch of controls, some of which I understand (Master, Headphon) and many which I do not (PCM, PCM Loop, Front, Surround, S/PDIF, S/PDIF D) That said, I tried to figure out what Front and Surround controls are doing, both in the alsamixer konsole and in the YaST2 Sound/Volume Settings and I got some surprising results! If I set the Surround control, in the Alsamixer, all the way down to 0, AND if I set the Surround control in the YaST2 Sound setting to 50 then I am getting sound out of BOTH my left and right speakers, when I use the KMIX test buttons!!! I have no idea what "Surround" means in this context, in YaST2 it almost seems to be some sort of balance control, but in Alsamixer I simply do not grok it's purpose and meaning.
PCM is the audio stream coming from your application, I believe, I consider it analagous to an "input gain" control. S/PDF and SPDF D are the digital audio out (jack and/or optical) Front, surround (and possibly Rear, centre, ...) are for controlling 3.1 (or 5.1, ... etc) speaker sets ("surround sound" in the TV/cinema sense.) Your laptop can probably drive 3.1 and 5.1 (external) speakers as well as stereo, and the onboard speakers of course.
Second weirdness, this same non-orthogonal behavior is also demonstrated with the Front controls in the Alsamixer and the YaST2 sound controller, If I change the Front control in the YaST2 sound module, it affects the Alsamixer Front control, but not vice-versa. Also, the Front control in the Alsamixer controls the volume levels of my speakers, just like the Master control does, so I do not grok the purpose of having a separate Front control and it seems very confusing to have to adjust both of these controls in order to get any sound out of my speakers. While changes to the Front control in the YaST2 module does affect sound levels, indirectly, it appears to do so by making the Alsamixer Front control change, it can become confusing if the YaST2 Front controller is set to zero, and the Alsamixer Front control is then changed to 100, i.e. the two tools will then be reporting different control levels for the Front speakers!
Your laptop speakers (and external stereo speakers) are the same chanel as the "Front" speakers in a surround set, so when you only have a stereo pait Front and Master are effectively the same, but when more chanels are used Master controlls the overall level, and Front controls the front pair of speakers relative to the others (surround, rear etc...) Check out http://en.wikipedia.org/wiki/5.1 and all should become less muddy Dylan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 10/10/13 18:47, Marc Chamberlin wrote:
I opened the alsamixer, and used F6 to select my internal sound chip (HDA Intel PCH) as you suggested. That gives me a bunch of controls, some of which I understand (Master, Headphon) and many which I do not (PCM, PCM Loop, Front, Surround, S/PDIF, S/PDIF D) That said, I tried to figure out what Front and Surround controls are doing, both in the alsamixer konsole and in the YaST2 Sound/Volume Settings and I got some surprising results! If I set the Surround control, in the Alsamixer, all the way down to 0, AND if I set the Surround control in the YaST2 Sound setting to 50 then I am getting sound out of BOTH my left and right speakers, when I use the KMIX test buttons!!! I have no idea what "Surround" means in this context, in YaST2 it almost seems to be some sort of balance control, but in Alsamixer I simply do not grok it's purpose and meaning.
PCM is the audio stream coming from your application, I believe, I consider it analagous to an "input gain" control.
S/PDF and SPDF D are the digital audio out (jack and/or optical)
Front, surround (and possibly Rear, centre, ...) are for controlling 3.1 (or 5.1, ... etc) speaker sets ("surround sound" in the TV/cinema sense.) Your laptop can probably drive 3.1 and 5.1 (external) speakers as well as stereo, and the onboard speakers of course.
Second weirdness, this same non-orthogonal behavior is also demonstrated with the Front controls in the Alsamixer and the YaST2 sound controller, If I change the Front control in the YaST2 sound module, it affects the Alsamixer Front control, but not vice-versa. Also, the Front control in the Alsamixer controls the volume levels of my speakers, just like the Master control does, so I do not grok the purpose of having a separate Front control and it seems very confusing to have to adjust both of these controls in order to get any sound out of my speakers. While changes to the Front control in the YaST2 module does affect sound levels, indirectly, it appears to do so by making the Alsamixer Front control change, it can become confusing if the YaST2 Front controller is set to zero, and the Alsamixer Front control is then changed to 100, i.e. the two tools will then be reporting different control levels for the Front speakers!
Your laptop speakers (and external stereo speakers) are the same chanel as the "Front" speakers in a surround set, so when you only have a stereo pait Front and Master are effectively the same, but when more chanels are used Master controlls the overall level, and Front controls the front pair of speakers relative to the others (surround, rear etc...)
Check out http://en.wikipedia.org/wiki/5.1 and all should become less muddy
Dylan Dylan - Thanks for the definitions, I do understand 3.1 and 5.1 sound systems. BUT if I am setting up my laptop for stereo then my argument
On 10/10/2013 11:12 AM, Dylan wrote: that having both controls for Master and for Front makes no sense and just causes confusion, especially when one is trying to figure out why they are not getting any sound or sound is not at an expected level. Go back to the days of amplifiers that only supported stereo output, or even look at amplifiers that support surround sound setups. Stereo means two speakers and to multiplex sound into multiple speakers if there are more than two. These amplifiers ONLY have one volume control and perhaps a balance control. Having dual volume controls just doesn't make sense! Software and GUI's can easily adapt to the sound model being chosen and do NOT have to try and super-impose one sound system model onto another. I dunno why anyone would ever want two independent volume controls for a stereo setup especially when both controls are setting volume levels for both speakers and not trying to balance them. And no, in this case Front and Master are not effectively the same, they are independent controls over the volume level, almost as if they are in series. And you cannot even argue that this is a model for an equalizer, it is not, that requires independent volume level (and frequency filters) for each speaker.! IMHO of course! Marc... -- "The Truth is out there" - Spooky -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 10/10/13 20:50, Marc Chamberlin wrote:
Dylan - Thanks for the definitions, I do understand 3.1 and 5.1 sound systems. BUT if I am setting up my laptop for stereo then my argument that having both controls for Master and for Front makes no sense and just causes confusion, especially when one is trying to figure out why they are not getting any sound or sound is not at an expected level. Go back to the days of amplifiers that only supported stereo output, or even look at amplifiers that support surround sound setups. Stereo means two speakers and to multiplex sound into multiple speakers if there are more than two. These amplifiers ONLY have one volume control and perhaps a balance control. Having dual volume controls just doesn't make sense!
Actuall, having dual volume controls is quite common on high spec audio equipment, even separate physical amps per speaker (and I'm not talking only about concert sound.) Volume per chanel and Balance are different things, and operate differently at the electronic level.
Software and GUI's can easily adapt to the sound model being chosen and do NOT have to try and super-impose one sound system model onto another. I dunno why anyone would ever want two independent volume controls for a stereo setup especially when both controls are setting volume levels for both speakers and not trying to balance them.
Alsamixer (so far as I can tell) simply presents every I/O control available from the sound hardware - it doesn't know what your physical speaker set up is, but IIRC it allows you to hide/disable any controls you're not interested in. If it came as default with only "Master" enabled, there would be the opposite confusion for some users needing more control(s).
And no, in this case Front and Master are not effectively the same, they are independent controls over the volume level, almost as if they are in series.
They probably are in series - set Front to 100% and only use the Master
And you cannot even argue that this is a model for an equalizer, it is not, that requires independent volume level (and frequency filters) for each speaker.!
Why would I? That's a completely different function which happens in (a) different part(s) of the audio pathway and is only tangentially related to "Volume". Dylan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 10/10/2013 12:50 PM, Marc Chamberlin wrote:
On 10/10/13 18:47, Marc Chamberlin wrote:
I opened the alsamixer, and used F6 to select my internal sound chip (HDA Intel PCH) as you suggested. That gives me a bunch of controls, some of which I understand (Master, Headphon) and many which I do not (PCM, PCM Loop, Front, Surround, S/PDIF, S/PDIF D) That said, I tried to figure out what Front and Surround controls are doing, both in the alsamixer konsole and in the YaST2 Sound/Volume Settings and I got some surprising results! If I set the Surround control, in the Alsamixer, all the way down to 0, AND if I set the Surround control in the YaST2 Sound setting to 50 then I am getting sound out of BOTH my left and right speakers, when I use the KMIX test buttons!!! I have no idea what "Surround" means in this context, in YaST2 it almost seems to be some sort of balance control, but in Alsamixer I simply do not grok it's purpose and meaning.
PCM is the audio stream coming from your application, I believe, I consider it analagous to an "input gain" control.
S/PDF and SPDF D are the digital audio out (jack and/or optical)
Front, surround (and possibly Rear, centre, ...) are for controlling 3.1 (or 5.1, ... etc) speaker sets ("surround sound" in the TV/cinema sense.) Your laptop can probably drive 3.1 and 5.1 (external) speakers as well as stereo, and the onboard speakers of course.
Second weirdness, this same non-orthogonal behavior is also demonstrated with the Front controls in the Alsamixer and the YaST2 sound controller, If I change the Front control in the YaST2 sound module, it affects the Alsamixer Front control, but not vice-versa. Also, the Front control in the Alsamixer controls the volume levels of my speakers, just like the Master control does, so I do not grok the purpose of having a separate Front control and it seems very confusing to have to adjust both of these controls in order to get any sound out of my speakers. While changes to the Front control in the YaST2 module does affect sound levels, indirectly, it appears to do so by making the Alsamixer Front control change, it can become confusing if the YaST2 Front controller is set to zero, and the Alsamixer Front control is then changed to 100, i.e. the two tools will then be reporting different control levels for the Front speakers!
Your laptop speakers (and external stereo speakers) are the same chanel as the "Front" speakers in a surround set, so when you only have a stereo pait Front and Master are effectively the same, but when more chanels are used Master controlls the overall level, and Front controls the front pair of speakers relative to the others (surround, rear etc...)
Check out http://en.wikipedia.org/wiki/5.1 and all should become less muddy
Dylan Dylan - Thanks for the definitions, I do understand 3.1 and 5.1 sound systems. BUT if I am setting up my laptop for stereo then my argument
On 10/10/2013 11:12 AM, Dylan wrote: that having both controls for Master and for Front makes no sense and just causes confusion, especially when one is trying to figure out why they are not getting any sound or sound is not at an expected level. Go back to the days of amplifiers that only supported stereo output, or even look at amplifiers that support surround sound setups. Stereo means two speakers and to multiplex sound into multiple speakers if there are more than two. These amplifiers ONLY have one volume control and perhaps a balance control. Having dual volume controls just doesn't make sense! Software and GUI's can easily adapt to the sound model being chosen and do NOT have to try and super-impose one sound system model onto another. I dunno why anyone would ever want two independent volume controls for a stereo setup especially when both controls are setting volume levels for both speakers and not trying to balance them. And no, in this case Front and Master are not effectively the same, they are independent controls over the volume level, almost as if they are in series. And you cannot even argue that this is a model for an equalizer, it is not, that requires independent volume level (and frequency filters) for each speaker.!
IMHO of course! Marc...
I think sound systems in general in Linux are Phucked and have been for a LONG time. Fist you were lucky to get any sound at all. Then OSS came along and almost worked. Then Alsa came along and pretty much fixed it. When Alsa was finally working, all the mixers and patch panel technology came roaring into the picture and for the most part its been a crap-shoot ever after. Arts, Esound, Jack, Pulse, GStreamer, and none of them are reliable from one version to the next, most of them pretty much beat Alsa into submission instead of using the its capabilities. Look at the wreckage of history: http://linux-sound.org/dsp.html http://www.penguinproducer.com/Blog/2011/12/history-and-clarification-of-lin... 15 different flavors, over three generations, and pretty much all of them are a grab bag of fail. There are probably 6 people in the world that need all of the supposedly marvelous features of Pulse or Jack. Most of us just want the sound on or computer to sound at least as good as Windows. -- _____________________________________ ---This space for rent--- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (6)
-
Basil Chupin
-
Cristian Rodríguez
-
Duaine Hechler
-
Dylan
-
John Andersen
-
Marc Chamberlin