Integration guide —Nureva HDL300 and Listen Technologies LT-84
  • 28 Mar 2025
  • PDF

Integration guide —Nureva HDL300 and Listen Technologies LT-84

  • PDF

Article summary

Integration of the Nureva® HDL300 and Listen Technologies LT-84 provides an assistive listening solution for large rooms.

Before starting

Set up the HDL300 system by following the steps in the get started guide:

Get started with the HDL300 system

You will need a 3.5 mm to RCA cable or a 3.5 mm cable and a 3.5 mm to RCA adapter. More information on audio jack cabling can be found here .

On the LT-84

  1. Ensure the LT-84 is set up according to the LT-84 quick start guide.

  2. Connect the RCA end of the cable to the RCA input on channel 1 of the LT-84.

On the HDL300

  1. Connect the 3.5 mm end of the cable to the aux-out port of the HDL300.

  2. Open Nureva Console client.

  3. Select the Nureva audio device from the Devices list on the left side of the dashboard.

  4. Scroll down to Settings and open the Auxiliary ports menu.

  5. Change the Aux out setting to Mixed signal.

  6. Disable Sleep mode.

Resources from Listen Technologies

LT-84 quick start guide

Listen Technologies support page

The technical information in this article, including specifications and recommendations, is provided for customer convenience. The accuracy of this information is not guaranteed and is subject to change without notice. Please check the user manuals and related documentation from each product manufacturer to ensure that your setup meets the proper recommendations.


Was this article helpful?

$(document).ready(function() { if (layoutData.langCode == "en") { $('#aa-search-input').each(function() { if (!$(this).val()) { $(this).attr("placeholder", "Search Nureva support"); } }); } }); // FOR FOOTER MENUS document.addEventListener('DOMContentLoaded', () => { const headings = document.querySelectorAll('.menu-heading'); function toggleMenu(heading) { if (window.innerWidth <= 1099) { const menuList = heading.parentElement; const ul = menuList.querySelector('ul'); if (menuList.classList.contains('active')) { menuList.classList.remove('active'); ul.style.maxHeight = null; } else { menuList.classList.add('active'); ul.style.maxHeight = ul.scrollHeight + "px"; } } } function addClickListeners() { headings.forEach(heading => { heading.addEventListener('click', clickHandler); }); } function removeClickListeners() { headings.forEach(heading => { heading.removeEventListener('click', clickHandler); }); } function clickHandler(event) { if (window.innerWidth <= 1099) { toggleMenu(event.currentTarget); } } function checkWindowSize() { if (window.innerWidth > 1099) { removeClickListeners(); // Ensure menus are open on desktop view const menuLists = document.querySelectorAll('.menu-list'); menuLists.forEach(menuList => { menuList.classList.add('active'); const ul = menuList.querySelector('ul'); ul.style.maxHeight = null; ul.style.padding = null; }); } else { addClickListeners(); // Ensure menus are collapsible on mobile view const menuLists = document.querySelectorAll('.menu-list'); menuLists.forEach(menuList => { menuList.classList.remove('active'); const ul = menuList.querySelector('ul'); ul.style.maxHeight = 0; }); } } window.addEventListener('resize', checkWindowSize); checkWindowSize(); });