${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 audio converter is designed to convert analogue R/L or 3.5mm stereo audio to Digital Coaxial and Optical (Toslink) outputs simultaneously.
Specifications
Input audio connector: 2 x RCA(R/L), Output audio connector: 1 x Toslink & 1 x Coaxial
Supports audio cable lengths up to 5 meters (15 feet) without signal degradation
Supports uncompressed 2-channel LPCM digital audio signal output.
Supports output sampling rate at 48 kHz
Note:
Please set the audio output to PCM or LPCM as it is incompatible with 5.1 Channel Signal, such as Dolby Digital and DTS 5.1, Dolby-AC3.(Does not work with Bluetooth speakers)
Converts analog R/L audio signal to Digital Toslink and Coaxial signal simultaneously.
Note: Can NOT be used as a digital to analog converter
An aluminum alloy case with a gold-plated interface provides good anti-interference and makes the sound pure and clear. Enhance HD Sound Signals over Long Distance Broadcasting Smoothly
The advanced internal chip ensures the function and safety of the product, can be transmitted over a long distance and the audio is not distorted
Note: It’s not a Digital to Analog audio converter.(Cannot be used for digital to analog audio)
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 `