Author Topic: Audio / Video source switching IC options?  (Read 1411 times)

0 Members and 1 Guest are viewing this topic.

Offline mkiijamTopic starter

  • Regular Contributor
  • *
  • Posts: 155
  • Country: us
Audio / Video source switching IC options?
« on: January 24, 2023, 05:57:19 am »
Simple idea and it has been done a thousand times, but I find myself not being able to find a clear answer.

Say for instance the INPUT buttons on a Home Stereo Receiver. "CD" "RADIO" "PHONO" etc. You push one switch and the systems selects it and deselects the previous choice. BTW, I'm not even sure what to call this function.

Now, is there a chip or circuit (IC) that is the grand-daddy of them all for this function? I have seen it done Multiplexors, Decade counters, MCU, and of course mechanically with interlocking switches. I even dreamed up a system with latching relays and diodes, but... ISN'T there an existing off the shelf "INPUT SWITCHING IC" that does NOT require data and clock? Like an analog switch or something? If not, is the 4017 circuits really the best way to do it??? 
 

Offline Terry Bites

  • Super Contributor
  • ***
  • Posts: 2391
  • Country: gb
  • Recovering Electrical Engineer
Re: Audio / Video source switching IC options?
« Reply #1 on: January 24, 2023, 08:38:49 am »
Answer, I very much doubt it. Very much. What market would there be?
A ring counter is probably the easiest (least parts) to implement.

I'd call it a tristable.

Here's a fun thing- the RCs are debounce.

« Last Edit: January 24, 2023, 08:44:52 am by Terry Bites »
 

Offline Someone

  • Super Contributor
  • ***
  • Posts: 4530
  • Country: au
    • send complaints here
Re: Audio / Video source switching IC options?
« Reply #2 on: January 24, 2023, 11:21:44 am »
Here's a fun thing- the RCs are debounce.
Ugly having to use RC in feedback!

ISN'T there an existing off the shelf "INPUT SWITCHING IC" that does NOT require data and clock? Like an analog switch or something?
"radio button" is the UI term, but there isn't a chip as volume production uses either a mechanical switch or jams all that into the firmware. Has been visited on here with some hardware solutions:
https://www.eevblog.com/forum/projects/discrete-logic-design-vs-a-super-cheap-micro/
 

Offline Ian.M

  • Super Contributor
  • ***
  • Posts: 12856
Re: Audio / Video source switching IC options?
« Reply #3 on: January 24, 2023, 12:01:53 pm »
Also see https://www.eevblog.com/forum/projects/selector-switch-using-push-buttons-(e-g-like-source-selection-on-an-hifi-amp)/
I suspect the CD4028 + feedback resistors was a popular choice 'back in the day'
 

Offline paulca

  • Super Contributor
  • ***
  • Posts: 4046
  • Country: gb
Re: Audio / Video source switching IC options?
« Reply #4 on: January 24, 2023, 01:25:31 pm »
I've used some H74 transceiver chips with the clock pin pulled low as passthrough level convertors.

This is not an application mentioned in the datasheet, but it works.

I wonder if the H74 series multiplexers will also "freeze" in passthrough with the right bit of torture and cajoling.

On second thoughts... they will, clock or no clock all be based on logic levels.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline mkiijamTopic starter

  • Regular Contributor
  • *
  • Posts: 155
  • Country: us
Re: Audio / Video source switching IC options?
« Reply #5 on: January 24, 2023, 07:21:03 pm »
Here is the electro / mechanical version, just to be clear.
 

Offline Benta

  • Super Contributor
  • ***
  • Posts: 5871
  • Country: de
Re: Audio / Video source switching IC options?
« Reply #6 on: January 24, 2023, 11:08:33 pm »
This would be my way of doing it (inputs need pull-down resistors for the switches and a reset circuit has to be added to the FFs):
 

Offline cantata.tech

  • Regular Contributor
  • *
  • Posts: 75
  • Country: au
Re: Audio / Video source switching IC options?
« Reply #7 on: January 25, 2023, 02:18:39 pm »
Answer, I very much doubt it. Very much. What market would there be?

Japan was very successful at turning out millions of them, primarily designed by Sanyo and made billions of dollars making audio systems.

These IC's already exist.

Actually, on some of them they do nothing. All the wires seem internally bridged. The controller just carefully stops one (powers it down) before starting another (powers it up).

Hate to say smoke and mirrors, but I don't know the technical words for any other way to describe them.
« Last Edit: January 25, 2023, 02:21:49 pm by cantata.tech »
 

Offline mkiijamTopic starter

  • Regular Contributor
  • *
  • Posts: 155
  • Country: us
Re: Audio / Video source switching IC options?
« Reply #8 on: January 25, 2023, 05:14:04 pm »
These IC's already exist.

Do you know of a part number?
 


Offline mkiijamTopic starter

  • Regular Contributor
  • *
  • Posts: 155
  • Country: us
Re: Audio / Video source switching IC options?
« Reply #10 on: January 25, 2023, 05:48:11 pm »
I appreciate the links. I'm reading through these.

Quick question in case you know, Do these chips allow for momentary switches to be used to latch the output until another is pressed? If not, then they of no use to me.
 

Offline Benta

  • Super Contributor
  • ***
  • Posts: 5871
  • Country: de
Re: Audio / Video source switching IC options?
« Reply #11 on: January 25, 2023, 06:01:10 pm »
Quick question in case you know, Do these chips allow for momentary switches to be used to latch the output until another is pressed? If not, then they of no use to me.
No. They're simply analog switches, like the 4051 in the circuit I posted.
 

Offline cantata.tech

  • Regular Contributor
  • *
  • Posts: 75
  • Country: au
Re: Audio / Video source switching IC options?
« Reply #12 on: January 26, 2023, 03:11:34 pm »
These IC's already exist.

Do you know of a part number?

It wouldn't be just one part that you need unless you're
looking for the whole unit:

https://www.jaycar.com.au/search?text=video+selector

For something more DIY, here's a project where someone else has done aone just for audio it. Video requires extra channels.

https://hackaday.com/2015/11/02/escape-cable-hell-with-a-multi-io-audio-multiplexer/


« Last Edit: January 26, 2023, 03:15:21 pm by cantata.tech »
 

Offline IDEngineer

  • Super Contributor
  • ***
  • Posts: 1926
  • Country: us
Re: Audio / Video source switching IC options?
« Reply #13 on: January 26, 2023, 06:54:41 pm »
Look up routing switchers, that's the system level solution. They come in audio, video, and both. Dig into how they handle things internally. I used to design those waaaay back in the 80's and at that time the signal path was done with discretes because there were no IC solutions with sufficient signal quality. Hard to believe that hasn't been addressed since. A bit of research should reveal something.
 

Offline mkiijamTopic starter

  • Regular Contributor
  • *
  • Posts: 155
  • Country: us
Re: Audio / Video source switching IC options?
« Reply #14 on: January 26, 2023, 10:51:13 pm »
Look up routing switchers, that's the system level solution. They come in audio, video, and both. Dig into how they handle things internally. I used to design those waaaay back in the 80's and at that time the signal path was done with discretes because there were no IC solutions with sufficient signal quality. Hard to believe that hasn't been addressed since. A bit of research should reveal something.

See my schematic back in the chat a ways. I beleive that's how it would be done the electro-mechanical way. The pure mechanical way is interlocking switches, but I hate those...
 

Offline IDEngineer

  • Super Contributor
  • ***
  • Posts: 1926
  • Country: us
Re: Audio / Video source switching IC options?
« Reply #15 on: January 26, 2023, 10:55:59 pm »
No, routing switches have an electronic signal path. They might have switches on the front panel to select the path, but the switching is done electronically. True even for the video versions, even back in the 80's. Nobody wants to use hard contacts for this stuff.
 

Offline Benta

  • Super Contributor
  • ***
  • Posts: 5871
  • Country: de
Re: Audio / Video source switching IC options?
« Reply #16 on: January 26, 2023, 11:03:12 pm »
I'm astounded that the knee-jerk reaction "throw an Arduino at it!" hasn't cropped up yet...
« Last Edit: January 26, 2023, 11:04:54 pm by Benta »
 

Offline Ian.M

  • Super Contributor
  • ***
  • Posts: 12856
Re: Audio / Video source switching IC options?
« Reply #17 on: January 26, 2023, 11:19:43 pm »
I'm astounded that the knee-jerk reaction "throw an Arduino at it!" hasn't cropped up yet...

Now you've done it!  :horse: :horse: :horse: :horse: :horse:

Using a cheap MCU to control analog switches (or similar) is entirely too obvious, and probably the best choice from a BOM cost perspective.   If its for production, get them factory pre-programmed and drop-shipped to your PCB assembler.
« Last Edit: January 26, 2023, 11:25:51 pm by Ian.M »
 

Offline themadhippy

  • Super Contributor
  • ***
  • Posts: 2581
  • Country: gb
Re: Audio / Video source switching IC options?
« Reply #18 on: January 26, 2023, 11:29:12 pm »
several methods are  shown on  https://sound-au.com/project163.htm

Quote
I'm astounded that the knee-jerk reaction "throw an Arduino at it!" hasn't cropped up yet...
T'is exactly what i done,and i try and avoid the buggers  if at all possible,but after spending far to long in the rabbit hole  i went for the easiest option, it also made controlling the relays for the switched attenuator  much simpler.
 

Offline paulca

  • Super Contributor
  • ***
  • Posts: 4046
  • Country: gb
Re: Audio / Video source switching IC options?
« Reply #19 on: January 27, 2023, 09:36:52 am »
For something more DIY, here's a project where someone else has done aone just for audio it. Video requires extra channels.

https://hackaday.com/2015/11/02/escape-cable-hell-with-a-multi-io-audio-multiplexer/

This is a rather poorly implemented version of my current project.  The difference is, all mine IO are digital and I don't want no stinking 1 to 1 routing nonsense. I want full many to many with mix and EQ.

But overall it's the same goal.  To not have to swap cables around to have multiple sources.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline paulca

  • Super Contributor
  • ***
  • Posts: 4046
  • Country: gb
Re: Audio / Video source switching IC options?
« Reply #20 on: January 27, 2023, 09:56:46 am »
I have seen, what I consider, hacky techniques on my travels through audio forums.  Mostly relating to digital streams, but the principle should still apply.

Instead of switching the inputs per-sae, enabled/disable/mute inputs and wire them all together.  So when you want to switch from one source to another, it just mutes one and unmutes another.  Mutes or Enables.  If you have 2 I2S devices, it will pull the enable pin high on one source and pull it low on the next.  The sources carry on playing, it's just their outputs are disabled and only one at a time makes it to the next stage.

In analogue audio terms a buffer opamp with gain of 0 or 1 for each input.

For video, that might also work, depending on the video stream and the opamps.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline mkiijamTopic starter

  • Regular Contributor
  • *
  • Posts: 155
  • Country: us
Re: Audio / Video source switching IC options?
« Reply #21 on: January 28, 2023, 03:06:18 pm »
Whether it is switching the MUTE or the INPUT or the OUTPUT or CREAM or SUGAR, the real issue for me is:

Pressing one button "un" presses ALL others. It matters not what the buttons control. i.e. if they control mutes or source selects or when the cows come home.

Just that there is an automatic deselect of everything else. THAT is the trick. Again, think of the mechanical interlock switch array or the schematic I drew.
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16614
  • Country: us
  • DavidH
Re: Audio / Video source switching IC options?
« Reply #22 on: January 28, 2023, 04:17:12 pm »
Now, is there a chip or circuit (IC) that is the grand-daddy of them all for this function? I have seen it done Multiplexors, Decade counters, MCU, and of course mechanically with interlocking switches. I even dreamed up a system with latching relays and diodes, but... ISN'T there an existing off the shelf "INPUT SWITCHING IC" that does NOT require data and clock? Like an analog switch or something? If not, is the 4017 circuits really the best way to do it???

Implementations varied over time as technology changed.

Modern implementations use CMOS switches and multiplexers.  Before this, JFET integrated and discrete switches and multiplexers were used, and before this, "chopper" bipolar transistors were used.

At higher frequencies there are bipolar transistor switches and multiplexers which work with currents instead of voltages and are often based on the Gilbert cell multiplier.  One of the first, and longest lived, ICs Tektronix made for themselves was a channel switch for operation up to 200 MHz.

 

Offline Benta

  • Super Contributor
  • ***
  • Posts: 5871
  • Country: de
Re: Audio / Video source switching IC options?
« Reply #23 on: January 28, 2023, 08:15:22 pm »
Pressing one button "un" presses ALL others. It matters not what the buttons control. i.e. if they control mutes or source selects or when the cows come home.
Just that there is an automatic deselect of everything else. THAT is the trick. Again, think of the mechanical interlock switch array or the schematic I drew.
Already posted in reply #6. It's impossible to select more than one input or output. Don't you read the answers?


 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf