0 Members and 1 Guest are viewing this topic. Read 1887 times.
I've read vague references to the effect that electronic volume controls are bad
All volume controls are electronic, they do something to reduce the voltage of the signal.There are three popular ways to accomplish this, and within the three groups there are multiple versions. Resistive attenuators limit the flow of current through resistance and thus reduce the signal voltage - potentiometers, resistor/relay networks, light dependent resistors. There are volume control integrated circuits which are controlled by a micropocessor or pot, but they are still resistive analog attenuators. Magnetic attenuators use magnetic inductance to convert signal current to magnetic flux in a magnetic core, then convert that flux back into electric current on a separate output winding. Transformers (TVC) and Autoformers use this method.Digital volume controls change the voltage of the signal in the digital domain, and can only effect a digital signal. An analog signal must first be converted to digital using a ADC before volume proicessing. Attenuation of digital stream can be done two ways. The first and most popular by far is simple dropping the least significant bits from each digital word before it enters the DAC, done by a simple DSP chip. This lowers the signal voltage coming out of the DAC, but also loses resolution by throwing away data. This is audible on high resolution system with lots of attenuation. YMMV. This is usually called a digital volume control. Another method of digital attenuation requires huge processing power, and multiplies the value of each digital word by a percentage, thus generating a new low value without throwing away any data. The resolution is retained, but processing demands are greatly increased. This method is used in post processing of digital recordings in mastering with digital audio workstation. It is not practical for this type of volume control to be used in consumer audio when analog attenuators are just as effective when the signal is already in analog domain anyway. Good bad is in the eye of the beholder. Most people find they need an attenuator of some kind, and they are all electronic. So choose your poison. Even pots and resistors ad noise to the signal. Optical reisstors (LDR) are probably the lowest distortion attenuator besides high bit depth digital DSP. There are DACs available now with internal 32 bit volume control. When playing a 16 bit CD they can attenuate the signal by 96dB with no loss of resolution. It really works! ESS Sabre32 is one, but there will be more coming. I hope this helps.Rich
Something like a TI PGA-2320 is controlled by a PIC microcontroller that switches internally to different fixed resistor values. It also has an internal opamp for buffer & voltage drive. Some people poo-poo the performance because they are opamp snobs but the performance is hard to argue with. I've seen them used in $10K preamps that are reviewed well (doesn't mean much) and they are essentially a $20 part. You have to build a power supply, design the board, program the PIC but they do everything you need to do in a volume control and maintain linearity much better than most approaches.