Urgent.News

What's breaking now, across thousands of outlets.

Tech

What is HDMI passthrough on soundbars, and do you really need it for your TV setup?

A simple guide to HDMI passthrough, including how it works, when you need it and what to look for when you're buying a new soundbar.

What is HDMI passthrough on soundbars, and do you really need it for your TV setup?

HDMI passthrough is a feature found in some soundbars that connect to TVs over HDMI ARC or eARC. This allows users to plug a source device, such as a gaming console or streaming stick, directly into the soundbar's HDMI input instead of the TV. The video is then passed onto the TV, while the audio is played through the soundbar's speakers.

This can provide additional HDMI ports and greater flexibility in home entertainment setups. However, HDMI passthrough is not universally available on all soundbars and may not be necessary for everyone.

Written by urgent.news from TechRadar's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at techradar.com →

More in Tech

What Really Happens When React State Changes?

You write this: const [ count , setCount ] = useState ( 0 ); Then the user clicks a button: setCount ( count + 1 ); And your UI changes: Count: 0 to: Count: 1 Simple, right?

  • setState() is called with new state value
  • React prepares to re-render component
  • React updates only necessary DOM parts

More from Saturday 29 August →