Every home audio enthusiast, sooner or later, hits a bottleneck: too many devices, not enough inputs. One stereo amplifier, for instance, might have only two RCA inputs—but you’ve got a turntable, a CD player, a cassette deck, a Bluetooth receiver, and maybe even a PC you want to connect. The routine of plugging and unplugging cables gets old quickly.
In this project, I set out to build an elegant, touch-activated audio input selector that could switch between multiple line-level stereo sources with the press of a button. The star of the design? The 40049, a classic quad bilateral switch that can route analog signals using digital control—quietly, smoothly, and without mechanical parts.
The Spark of the Idea
The project began out of annoyance. My desktop amplifier had only one RCA stereo input, but I had at least three devices I regularly used: a laptop, a Bluetooth audio module, and a vinyl preamp. Tired of crawling under the desk to swap cables, I initially considered a mechanical rotary switch. But the clicks, wear, and bulk didn’t appeal to me.
That’s when I remembered the 40049. I had a few in my parts drawer—tiny, eight-pin ICs that contain four analog switches, each one controllable via a digital high/low signal. Though the IC was originally designed with digital signals in mind, it’s perfectly capable of switching low-frequency analog signals like line-level audio.
So why not build a touch-controlled input selector box that could live on my desk, silently switching inputs via the 40049, with visual indicators to show the active channel?
That’s exactly what I set out to do.
Designing the System
The vision was simple: one small desktop enclosure, three stereo RCA inputs on the back, one stereo output to the amplifier, and three small capacitive touch buttons on the top. When you touch “Input 1,” the system routes that signal to the output. Touch “Input 2,” and it switches accordingly.
Internally, the audio routing would be handled by the 40049, with its switches wired to allow stereo signals to pass through cleanly. The control logic—activating one switch pair at a time—would be handled by simple latch circuits and perhaps flip-flops or even pushbutton logic.
This wasn’t meant to be microcontroller-based. No code, no programming—just clever use of analog and digital components to build a responsive, noise-free switching unit.
Digging Into the 40049
At the heart of the project, the 40049 worked like a charm. Each bilateral switch inside the chip acts like a normally-open electronic relay: when you apply a high signal to the control pin, it closes the path between its two terminals. What makes it special is that it can carry analog signals in either direction—ideal for audio.
To handle stereo signals, I needed to use two switches per input—one for the left channel and one for the right. With four switches in the chip, that meant one 40049 IC could switch two stereo sources. So I used two ICs to handle three inputs (and one spare switch unused, or reserved for future expansion).
The switches themselves are low-impedance, especially at audio frequencies, and introduced no audible distortion during tests. I used shielded wiring between jacks and the switches to avoid picking up hum or RF noise, especially since the project sits near speakers and computers.
Building the Touch Interface
The next challenge was user control. I didn’t want big mechanical buttons; I wanted something that felt sleek and modern. So I opted for a touch-sensitive interface using discrete capacitance detection.
Each touch pad was a piece of copper tape adhered to the top of the case, covered with a thin piece of clear acrylic. Touching it would subtly change the capacitance detected by a simple charge/discharge circuit I built using a comparator IC. When touched, the comparator output would pulse high, triggering a latch that controlled one pair of the 40049’s switches.
This approach was far from perfect, and I needed to fine-tune resistor values to get reliable detection—but it felt far more rewarding than using a commercial capacitive touch sensor module.
Once the touch pad was activated, the logic latched that input's control signal high and all others low—ensuring that only one audio source was connected to the output at any time.
Crafting the Enclosure
No DIY audio project is complete without a solid enclosure. I built mine from a small aluminum project box. It had enough weight to stay in place on the desk and offered decent shielding against stray EMI.
The top panel held three labeled touch pads: “1,” “2,” and “3.” I engraved them with a rotary tool and backlit each one using small LEDs connected to the same control lines as the switches. When Input 2 was active, for instance, the second touchpad glowed faintly, giving visual feedback that matched the selected channel.
On the back of the box, I installed RCA jacks for all inputs and the output. I carefully grounded the jack sleeves and tied the ground of the 40049 system to the same reference, taking care not to create ground loops that could introduce hum.
The power supply for the logic came from a small 5V linear regulator inside the box, fed by a 9V wall adapter. I chose linear regulation to avoid switching noise contaminating the audio signal.
Assembling and Wiring
The internals came together on a custom perfboard. I laid out the two 40049 ICs side by side, using point-to-point wiring for audio traces and dedicated ground lines for the control logic.
To avoid noise coupling, I routed the analog paths and digital control lines on separate parts of the board and used decoupling capacitors close to the ICs’ power pins.
The touch circuit board was mounted directly under the top panel, with short wires connecting each touch pad to its sensor circuit. Each comparator output was then connected to a simple latch circuit (built using a 4013 dual D flip-flop), which then drove the appropriate control pins on the 40049 chips.
The wiring was the most time-consuming part of the project, but also the most satisfying. As I tested each section individually—first the audio switching, then the touch sensors, then the visual indicators—I watched the system come alive.
Testing and Fine-Tuning
When everything was assembled, I connected it to the three sources on my desk: a turntable preamp, a Bluetooth receiver, and a USB DAC from my laptop. I plugged the output into my amplifier and ran a few tests.
Touching the first pad lit up the first LED and sent the turntable signal through with no distortion or noticeable loss. Touching the second pad immediately switched to the Bluetooth signal, without any click or pop. And the third pad brought in my PC audio.
I was blown away by how clean the switching felt. There were no mechanical sounds, no latency, and—most importantly—no noise. The 40049 chips handled the job perfectly, and the touch interface made the whole experience feel more like a commercial hi-fi unit than a DIY hack.
Daily Use and Satisfaction
This selector box now lives permanently on my desktop. It’s become a silent but vital part of my daily audio setup. The soft glow from the LEDs, the reliable switching, and the freedom from cable swapping have made this small box one of the most useful builds I’ve ever done.
Sometimes the best electronics projects aren’t about dazzling complexity, but about solving a real problem with style and reliability. This project did exactly that.
And the 40049—a simple, often-overlooked component—proved itself more than capable.
Future Ideas and Variations
The success of this build has sparked a few future ideas I might pursue:
● Remote IR control: Adding an IR receiver to switch channels via a remote
● Relay-based mute function: Muting the output before switching inputs for ultra-clean transitions
● Battery-powered variant: Using low-power logic to run off lithium cells for portable applications
● Miniaturized version: Fitting everything into a pocket-sized unit for travel audio setups
But even without these additions, the project stands complete. It solved a real-world problem with a tactile, satisfying interface—and it all revolved around a single, humble IC.
Conclusion
The 40049 may not be the most famous chip on the bench, but it’s a powerful enabler for analog and mixed-signal DIY projects. Its ability to quietly route signals without mechanical parts makes it ideal for applications where durability and elegance matter.
In this touch-sensitive audio source selector, the 40049 played its role flawlessly—handling stereo audio switching across three channels without introducing noise or complexity. And the whole system, from its capacitive interface to its understated enclosure, delivered a polished user experience.
Sometimes, great projects don’t need code or complex calculations. They just need thoughtful design, practical goals, and a willingness to get your hands dirty with old-school components.
This was one of those projects—and I couldn’t be happier with the result.
Comments
participate in discussions
Please login ? to participate in the comments
New customer Start here.