${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
The HDMI Audio Extractor extracts audio from HDMI signals and transmits it to an AV receiver via optical fiber or 3.5 mm cable.
Wide Compatiblity
Three Audio Mode
Note:The device does not support ARC and eARC.It does not support using the TV as an input sources.The power amplifier headphones get the sound from the TV.
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 `