Earlier quoted context omitted.
Not sure if you've ever owned a Dell laptop, but I'll never buy one again. On a couple of occasions I have tried to play DVD's on them and cannot hear people talking with the volume up. Put headphones on and its too loud. Dell speakers are junk.
Um in my experience all laptop speakers of all brands are like that.
Installing VLC Media Player voids your speaker warranty
71–80 of 224 posts
Re: Installing VLC Media Player voids your speaker warranty
#72Earlier quoted context omitted.
Nobody prevents the manufacturing to put some electronic bits before the speakers to cap the maximum power. Even better, teach the sound card to do that.
Analog limiter ICs (that I know of) limit the signal according to input voltage, something that does not catch this issue. Furthermore, limiting power at the audio codec level would require for the codec to have that feature and I don't know of audio codecs with that capability.
I'm no expert but maybe it's actually possible to create speaker that doesn't go bad.
(I could code the protection into the sound driver in half a day probably)
Re: Installing VLC Media Player voids your speaker warranty
#73Earlier quoted context omitted.
Analog limiter ICs (that I know of) limit the signal according to input voltage, something that does not catch this issue. Furthermore, limiting power at the audio codec level would require for the codec to have that feature and I don't know of audio codecs with that capability.
Then one should figure out why nobody needed this feature. I'm no expert but maybe it's actually possible to create speaker that doesn't go bad. (I could code the protection into the sound driver in half a day probably)
Of course it is, but nobody wants to do that; it's not profitable. * sigh * .
I sometimes wonder how difficult would it be to create, say, a brand of kettles with lifetime warranty, designed to last 50+ years instead of 50+ weeks the ones we have do. How hard would it be to sell them and to what ends would the competition go to stop you from killing their market?
Re: Installing VLC Media Player voids your speaker warranty
#74Earlier quoted context omitted.
While I don't support Dell's decisions, digital (and analog) clipping can easily damage speakers driven at what is normally their maximum power they can handle, since the resulting clipped waveform carries a lot more energy than an unclipped one.
Nobody prevents the manufacturing to put some electronic bits before the speakers to cap the maximum power. Even better, teach the sound card to do that.
This is why distorting the amplifiers (especially digital clipping) is so much worse for speakers than overpowering the speakers. This is a very well known fact in audio circles.
Playing metal at full volume is not as damaging as playing anything intensely digitally clipped at full volume.
Yes, Dell is putting on shitty speakers on their laptops, (what else is new), but VLC should be amplifying the output using level-limiting (hard-limiting), which would effectively bring all the quiet parts to be just as loud as the loud parts, instead of just digitally clipping the output.
Re: Installing VLC Media Player voids your speaker warranty
#75Re: Installing VLC Media Player voids your speaker warranty
#76Earlier quoted context omitted.
Then one should figure out why nobody needed this feature. I'm no expert but maybe it's actually possible to create speaker that doesn't go bad. (I could code the protection into the sound driver in half a day probably)
> I'm no expert but maybe it's actually possible to create speaker that doesn't go bad. Of course it is, but nobody wants to do that; it's not profitable. * sigh * . I sometimes wonder how difficult would it be to create, say, a brand of kettles with lifetime warranty, designed to last 50+ years instead of 50+ weeks the ones we have do. How hard would it be to sell them and to what ends would the competition go to st…
* Some no loger turn off automatically, tho
Re: Installing VLC Media Player voids your speaker warranty
#77Earlier quoted context omitted.
Nobody prevents the manufacturing to put some electronic bits before the speakers to cap the maximum power. Even better, teach the sound card to do that.
A square wave has twice the power of a sine wave of identical amplitude. This is why distorting the amplifiers (especially digital clipping) is so much worse for speakers than overpowering the speakers. This is a very well known fact in audio circles. Playing metal at full volume is not as damaging as playing anything intensely digitally clipped at full volume. Yes, Dell is putting on shitty speakers on their laptops…
You shouldn't be able to blow up your speakers if your amp, speakers and limiters are setup correctly.
After all, if you're busting out £20k on a set of decent speakers, you don't want to burn them out because your idiot producer "turned it up to 11"
Re: Installing VLC Media Player voids your speaker warranty
#78Earlier quoted context omitted.
Nobody prevents the manufacturing to put some electronic bits before the speakers to cap the maximum power. Even better, teach the sound card to do that.
A square wave has twice the power of a sine wave of identical amplitude. This is why distorting the amplifiers (especially digital clipping) is so much worse for speakers than overpowering the speakers. This is a very well known fact in audio circles. Playing metal at full volume is not as damaging as playing anything intensely digitally clipped at full volume. Yes, Dell is putting on shitty speakers on their laptops…
Maybe if your speakers are very quiet and crappy and you have to get every control to 100% (hardware, system, vlc) in order to hear anything - maybe in this case it will.
Hard clipping is very noticeable for the listener so not many people will set it to the maximum if they have choice.
Anyway, you can protect from this either in hardware or in the driver.
Re: Installing VLC Media Player voids your speaker warranty
#79This is stupid. They are making speakers that can't withstand some cases of within-the-bounds PCM signal. If we had a normal society anywhere on earth they would be sued to the ground there.
Speakers are built to be able to withstand short peaks with high power to reflect the dynamic in the music or your movie. This is what is abused to be able to play loud sounds continuously. You could take the possibility to do that away, but then you would of course also remove some of the dynamics out of the music. But of course, the people that burn their speakers this way don't care about dynamics or evidently abo…
Speakers/amps should have DC protection builtin.
Re: Installing VLC Media Player voids your speaker warranty
#80Earlier quoted context omitted.
That's impractical. VLC is just using the standard OS API to send some sound to speakers. Can you imagine every piece of software checking for every piece of esoteric hardware and having some special behavior? Maybe Microsoft could regulate the output for junk speakers, but really, Dell is the one to blame here.
> Can you imagine every piece of software checking for every piece of esoteric hardware and having some special behavior? This is what MS Office does. A Microsoft engineer told me once that because many printers lie to the OS about their capabilities, they built a giant lookup table into the Office, that basically consists of "if printer model X, vendor Y and firmware Z, then don't trust it about the fonts onboard, r…
It's so completely impractical for a hobbyist project to own every possible piece of hardware, or at least a huge majority of it. Yet it's nothing for a Fortune 500 company to do the same.
Really slants the playing field away from independent software developers.