${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
3.Input Resolution : Up to 4K@30Hz,3D, HDMI 1.4, HDCP 1.4.
4.HDMI to achieve the synchronization of audio signal separation.
5.There are PASS/2.0CH/5.1CH three kinds of audio mode options.
6.LED indication: When source of sink is working, LED relative to is light.
4K@30Hz High Resolution:
Supports 4Kx2K@30Hz video resolution and 3D stereoscopic imaging technology, bringing you an immersive visual experience.
(Both the input and output devices must support 3D.)
3 Audio EDID Settings:
TV Mode: SPDIF/Coaxial and 3.5mm audio format depends on TV EDID (3.5mm audio port does not support 5.1)
2.0 ch Channel Stereo Mode: SPDIF/Coax and 3.5mm output stereo audio. (Only support uncompressed audio such as LPCM.)
5.1 ch Mode: SPDIF/Coax output 5.1 channel audio, no 3.5mm output. (Support compressed audio such as DTS, Dolby Digital.)
PLUG & PLAY:
4K HDMI Audio Separator is plug and play, just connect your HDMI device and charger, no extra drivers needed.
Effectively synchronize and separate audio, provide high quality audio and video transmission, make your life easier and more colorful.
How to get 5.1ch audio:
If you cannot get 5.1ch audio using the HDMI Audio Separation function, first turn on the 2.0ch/5.1ch/TV mode switch on the product to switch the audio output format to 5.1ch mode or TV mode.
If you still cannot get audio even after setting it to 5.1ch mode or TV mode, check the HDMI input source and set it to the appropriate audio input format.
You may also like
Recently viewed
${
data == 1
? ("1 product was added to your cart!")
: ("{count} products were added to your cart!").replace('{count}', data)
}
${function() {
const freeShippingAmount = 0;
const totalPrice = data.data.total_price;
const diffAmount = freeShippingAmount - totalPrice;
const freeShippingText = diffAmount > 0
? "Spend {amount} more and get free shipping!"
: "Your order is free delivery";
return `