{"product_id":"texonic-nl330t-30w-commercial-paging-horn-speaker","title":"NL330T 30W 70V\/100V\/8Ω Commercial Paging Horn Speaker","description":"\u003cstyle\u003e\n  .nl330t-tabs-wrap {\n    font-family: inherit;\n    color: #222;\n    max-width: 900px;\n    margin: 0 auto;\n    line-height: 1.7;\n  }\n\n  .nl330t-tabs-wrap * {\n    box-sizing: border-box;\n  }\n\n  .nl330t-radio {\n    position: absolute;\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .nl330t-top {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 30px;\n    margin-bottom: 28px;\n    border: 1px solid #e9e9e9;\n  }\n\n  .nl330t-small-title {\n    display: inline-block;\n    font-size: 12px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #777;\n    font-weight: 700;\n    margin-bottom: 10px;\n  }\n\n  .nl330t-main-title {\n    font-size: 28px;\n    line-height: 1.25;\n    margin: 0 0 14px;\n    color: #111;\n    font-weight: 800;\n  }\n\n  .nl330t-main-title span {\n    color: #d82929;\n  }\n\n  .nl330t-top p {\n    margin: 0 0 14px;\n    color: #444;\n  }\n\n  .nl330t-pill-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 20px;\n  }\n\n  .nl330t-pill-row span {\n    background: #fff;\n    border: 1px solid #ddd;\n    border-radius: 999px;\n    padding: 7px 13px;\n    font-size: 13px;\n    color: #333;\n  }\n\n  .nl330t-tab-buttons {\n    display: flex;\n    flex-wrap: nowrap;\n    gap: 6px;\n    margin-bottom: 22px;\n    border-bottom: 1px solid #e5e5e5;\n    padding-bottom: 12px;\n    overflow: visible;\n  }\n\n  .nl330t-tab-label,\n  .nl330t-manual-btn {\n    border: 1px solid #ddd;\n    background: #fff;\n    color: #333;\n    padding: 10px 13px;\n    border-radius: 999px;\n    font-family: inherit;\n    font-size: 14px;\n    line-height: 1.2;\n    cursor: pointer;\n    transition: all 0.25s ease;\n    text-decoration: none;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    white-space: nowrap;\n    flex: 0 0 auto;\n  }\n\n  .nl330t-tab-label:hover {\n    border-color: #d82929;\n    color: #111;\n    text-decoration: none;\n  }\n\n  .nl330t-manual-btn {\n    background: #d82929;\n    border-color: #d82929;\n    color: #ffffff !important;\n    font-weight: 700;\n    text-decoration: none !important;\n  }\n\n  .nl330t-manual-btn:hover {\n    background: #111;\n    border-color: #111;\n    color: #ffffff !important;\n    text-decoration: none !important;\n  }\n\n  .nl330t-tabs-wrap .nl330t-manual-btn,\n  .nl330t-tabs-wrap .nl330t-manual-btn:visited,\n  .nl330t-tabs-wrap .nl330t-manual-btn:hover,\n  .nl330t-tabs-wrap .nl330t-manual-btn:focus {\n    color: #ffffff !important;\n    text-decoration: none !important;\n  }\n\n  #nl330t-overview:checked ~ .nl330t-tab-buttons label[for=\"nl330t-overview\"],\n  #nl330t-features:checked ~ .nl330t-tab-buttons label[for=\"nl330t-features\"],\n  #nl330t-specs:checked ~ .nl330t-tab-buttons label[for=\"nl330t-specs\"],\n  #nl330t-taps:checked ~ .nl330t-tab-buttons label[for=\"nl330t-taps\"],\n  #nl330t-included:checked ~ .nl330t-tab-buttons label[for=\"nl330t-included\"] {\n    background: #111;\n    color: #fff;\n    border-color: #111;\n  }\n\n  .nl330t-tab-panel {\n    display: none;\n    animation: nl330tFade 0.35s ease;\n  }\n\n  #nl330t-overview:checked ~ .nl330t-panels .nl330t-panel-overview,\n  #nl330t-features:checked ~ .nl330t-panels .nl330t-panel-features,\n  #nl330t-specs:checked ~ .nl330t-panels .nl330t-panel-specs,\n  #nl330t-taps:checked ~ .nl330t-panels .nl330t-panel-taps,\n  #nl330t-included:checked ~ .nl330t-panels .nl330t-panel-included {\n    display: block;\n  }\n\n  @keyframes nl330tFade {\n    from {\n      opacity: 0;\n      transform: translateY(8px);\n    }\n\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .nl330t-panel-box {\n    background: #fff;\n    border: 1px solid #e9e9e9;\n    border-radius: 18px;\n    padding: 26px;\n  }\n\n  .nl330t-panel-box h3 {\n    margin: 0 0 16px;\n    font-size: 20px;\n    color: #111;\n    font-weight: 800;\n  }\n\n  .nl330t-panel-box p {\n    margin: 0 0 14px;\n    color: #444;\n  }\n\n  .nl330t-use-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .nl330t-use-card {\n    background: #fafafa;\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 18px;\n  }\n\n  .nl330t-use-card strong {\n    display: block;\n    color: #111;\n    font-size: 17px;\n    margin-bottom: 5px;\n  }\n\n  .nl330t-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .nl330t-feature-list li {\n    background: #fafafa;\n    border: 1px solid #e8e8e8;\n    border-radius: 14px;\n    padding: 14px 16px;\n    color: #444;\n  }\n\n  .nl330t-feature-list li::before {\n    content: \"✓ \";\n    color: #d82929;\n    font-weight: 800;\n  }\n\n  .nl330t-spec-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 0 30px;\n  }\n\n  .nl330t-spec-line {\n    padding: 12px 0;\n    border-bottom: 1px solid #eeeeee;\n  }\n\n  .nl330t-spec-line strong {\n    display: block;\n    color: #111;\n    font-weight: 750;\n    margin-bottom: 2px;\n  }\n\n  .nl330t-spec-line span {\n    color: #444;\n  }\n\n  .nl330t-included-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .nl330t-included-item {\n    background: #fafafa;\n    border: 1px solid #e8e8e8;\n    border-radius: 14px;\n    padding: 16px;\n    color: #333;\n    font-weight: 600;\n  }\n\n  .nl330t-note {\n    margin-top: 22px;\n    padding: 16px 18px;\n    background: #fff7f7;\n    border-left: 4px solid #d82929;\n    border-radius: 12px;\n    color: #444;\n    font-size: 14px;\n  }\n\n  .nl330t-tap-box {\n    border-left: 8px solid #d82929;\n    background: #fafafa;\n  }\n\n  .nl330t-table-wrap {\n    overflow-x: auto;\n    margin-top: 18px;\n  }\n\n  .nl330t-load-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #fff;\n    min-width: 560px;\n  }\n\n  .nl330t-load-table th {\n    background: #e9eaec;\n    color: #303236;\n    text-align: left;\n    padding: 14px 16px;\n    border: 1px solid #d6d8dc;\n    font-size: 16px;\n  }\n\n  .nl330t-load-table td {\n    padding: 15px 16px;\n    border: 1px solid #d6d8dc;\n    color: #303236;\n    vertical-align: top;\n  }\n\n  .nl330t-red-alert {\n    margin-top: 20px;\n    border-radius: 10px;\n    background: #d82929;\n    color: #fff;\n    padding: 18px 20px;\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  @media (max-width: 749px) {\n    .nl330t-top,\n    .nl330t-panel-box {\n      padding: 22px;\n      border-radius: 14px;\n    }\n\n    .nl330t-main-title {\n      font-size: 23px;\n    }\n\n    .nl330t-tab-buttons {\n      overflow-x: auto;\n      flex-wrap: nowrap;\n      padding-bottom: 12px;\n    }\n\n    .nl330t-tab-label,\n    .nl330t-manual-btn {\n      white-space: nowrap;\n      flex: 0 0 auto;\n    }\n\n    .nl330t-use-grid,\n    .nl330t-feature-list,\n    .nl330t-spec-list,\n    .nl330t-included-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"nl330t-tabs-wrap\"\u003e\n\u003cinput class=\"nl330t-radio\" type=\"radio\" name=\"nl330t-tabs\" id=\"nl330t-overview\" checked\u003e \u003cinput class=\"nl330t-radio\" type=\"radio\" name=\"nl330t-tabs\" id=\"nl330t-features\"\u003e \u003cinput class=\"nl330t-radio\" type=\"radio\" name=\"nl330t-tabs\" id=\"nl330t-specs\"\u003e \u003cinput class=\"nl330t-radio\" type=\"radio\" name=\"nl330t-tabs\" id=\"nl330t-taps\"\u003e \u003cinput class=\"nl330t-radio\" type=\"radio\" name=\"nl330t-tabs\" id=\"nl330t-included\"\u003e\n\u003cdiv class=\"nl330t-top\"\u003e\n\u003cspan class=\"nl330t-small-title\"\u003eCommercial Paging Horn Speaker\u003c\/span\u003e\n\u003ch2 class=\"nl330t-main-title\"\u003eNorthLine NL330T \u003cspan\u003e30W 70V\/100V\/8Ω\u003c\/span\u003e Commercial Paging Horn Speaker\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eNL330T\u003c\/strong\u003e is a compact 30W commercial paging horn speaker designed for clear public address announcements, voice paging and tone signalling.\u003c\/p\u003e\n\u003cp\u003eIts directional horn design helps project speech across warehouses, schools, yards, parking areas, industrial facilities and outdoor commercial spaces. The NL330T supports 70V and 100V distributed audio systems as well as compatible 8Ω low impedance amplifiers.\u003c\/p\u003e\n\u003cdiv class=\"nl330t-pill-row\"\u003e\n\u003cspan\u003e30W Paging Horn\u003c\/span\u003e \u003cspan\u003e70V \/ 100V \/ 8Ω\u003c\/span\u003e \u003cspan\u003e108dB Sensitivity\u003c\/span\u003e \u003cspan\u003e300Hz–8kHz Voice Range\u003c\/span\u003e \u003cspan\u003eIndoor \/ Outdoor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-tab-buttons\"\u003e\n\u003clabel class=\"nl330t-tab-label\" for=\"nl330t-overview\"\u003eOverview\u003c\/label\u003e \u003clabel class=\"nl330t-tab-label\" for=\"nl330t-features\"\u003eFeatures\u003c\/label\u003e \u003clabel class=\"nl330t-tab-label\" for=\"nl330t-specs\"\u003eSpecs\u003c\/label\u003e \u003clabel class=\"nl330t-tab-label\" for=\"nl330t-taps\"\u003eTap Settings\u003c\/label\u003e \u003clabel class=\"nl330t-tab-label\" for=\"nl330t-included\"\u003eWhat’s Included\u003c\/label\u003e \u003ca class=\"nl330t-manual-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/8472\/0005\/files\/NorthLine-NL330T_Paging_Horn_Speaker-Manual.pdf?v=1788463546\" rel=\"noopener\" target=\"_blank\"\u003e Manual \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-panels\"\u003e\n\u003cdiv class=\"nl330t-tab-panel nl330t-panel-overview\"\u003e\n\u003cdiv class=\"nl330t-panel-box\"\u003e\n\u003ch3\u003eProduct Overview\u003c\/h3\u003e\n\u003cp\u003eThe NL330T is designed mainly for speech intelligibility in commercial paging and public address systems. Its directional horn helps carry announcements and tone signals over longer distances than many standard wall or ceiling speakers.\u003c\/p\u003e\n\u003cp\u003eSelectable 70V and 100V transformer taps provide flexibility for distributed speaker systems, while the 8Ω setting allows the horn to be used with a compatible low impedance amplifier.\u003c\/p\u003e\n\u003cp\u003eThe weather resistant ABS horn body and powder coated mounting bracket support indoor and outdoor commercial installation. The adjustable bracket lets the installer aim the horn toward the required listening area.\u003c\/p\u003e\n\u003cdiv class=\"nl330t-use-grid\"\u003e\n\u003cdiv class=\"nl330t-use-card\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e Warehouses, schools, yards, parking areas, factories, industrial facilities, recreation areas and outdoor commercial spaces.\u003c\/div\u003e\n\u003cdiv class=\"nl330t-use-card\"\u003e\n\u003cstrong\u003eSystem Fit\u003c\/strong\u003e 70V\/100V commercial paging systems or compatible 8Ω PA amplifiers.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-note\"\u003e\n\u003cstrong\u003eProduct Note:\u003c\/strong\u003e The NL330T is designed primarily for speech paging, announcements and tone signalling. For installations where music quality is a priority, consider a wide range or full range commercial speaker.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-tab-panel nl330t-panel-features\"\u003e\n\u003cdiv class=\"nl330t-panel-box\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"nl330t-feature-list\"\u003e\n\u003cli\u003eCompact commercial paging horn speaker\u003c\/li\u003e\n\u003cli\u003eDesigned for public address announcements\u003c\/li\u003e\n\u003cli\u003eDesigned for voice paging and tone signalling\u003c\/li\u003e\n\u003cli\u003e30W maximum transformer tap\u003c\/li\u003e\n\u003cli\u003eSupports 70V distributed audio systems\u003c\/li\u003e\n\u003cli\u003eSupports 100V distributed audio systems\u003c\/li\u003e\n\u003cli\u003eSupports compatible 8Ω low-impedance amplifiers\u003c\/li\u003e\n\u003cli\u003e70V taps: 1.9W \/ 3.75W \/ 7.5W \/ 15W \/ 30W\u003c\/li\u003e\n\u003cli\u003e100V taps: 3.75W \/ 7.5W \/ 15W \/ 30W\u003c\/li\u003e\n\u003cli\u003e8Ω low impedance mode\u003c\/li\u003e\n\u003cli\u003e108dB ±3dB sensitivity\u003c\/li\u003e\n\u003cli\u003eSpeech-focused 300Hz–8kHz frequency response\u003c\/li\u003e\n\u003cli\u003eDirectional horn design for focused voice coverage\u003c\/li\u003e\n\u003cli\u003eWeather resistant ABS horn body\u003c\/li\u003e\n\u003cli\u003ePowder coated metal mounting bracket\u003c\/li\u003e\n\u003cli\u003eAdjustable aiming toward the listening area\u003c\/li\u003e\n\u003cli\u003eWall, pole or structural mounting\u003c\/li\u003e\n\u003cli\u003eSuitable for indoor and outdoor commercial use\u003c\/li\u003e\n\u003cli\u003eUse outdoor rated cable and weather resistant cable entry methods where required\u003c\/li\u003e\n\u003cli\u003eWhite finish\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-tab-panel nl330t-panel-specs\"\u003e\n\u003cdiv class=\"nl330t-panel-box\"\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"nl330t-spec-list\"\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eBrand\u003c\/strong\u003e \u003cspan\u003eNorthLine Series\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eModel \/ SKU\u003c\/strong\u003e \u003cspan\u003eNL330T\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eProduct Type\u003c\/strong\u003e \u003cspan\u003eCommercial paging horn speaker\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eMaximum Tap\u003c\/strong\u003e \u003cspan\u003e30W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eSystem Compatibility\u003c\/strong\u003e \u003cspan\u003e70V \/ 100V \/ 8Ω\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003e70V Power Taps\u003c\/strong\u003e \u003cspan\u003e1.9W \/ 3.75W \/ 7.5W \/ 15W \/ 30W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003e100V Power Taps\u003c\/strong\u003e \u003cspan\u003e3.75W \/ 7.5W \/ 15W \/ 30W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eLow-Impedance Mode\u003c\/strong\u003e \u003cspan\u003e8Ω\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eSensitivity\u003c\/strong\u003e \u003cspan\u003e108dB ±3dB\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eFrequency Response\u003c\/strong\u003e \u003cspan\u003e300Hz–8kHz\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eHorn Material\u003c\/strong\u003e \u003cspan\u003eWeather resistant ABS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eBracket\u003c\/strong\u003e \u003cspan\u003ePowder coated metal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eDimensions\u003c\/strong\u003e \u003cspan\u003e28.5 × 27.5 × 22.0 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eDimensions in Inches\u003c\/strong\u003e \u003cspan\u003e11.22″ × 10.83″ × 8.66″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eNet Weight\u003c\/strong\u003e \u003cspan\u003e2.2 kg \/ 4.85 lb\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eColour\u003c\/strong\u003e \u003cspan\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eRecommended Use\u003c\/strong\u003e \u003cspan\u003ePaging, announcements and tone signalling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eInstallation Surface\u003c\/strong\u003e \u003cspan\u003eSolid wall, pole, beam or other load-bearing structure\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-spec-line\"\u003e\n\u003cstrong\u003eOutdoor Installation Note\u003c\/strong\u003e \u003cspan\u003eAim horn downward so rain or snow cannot collect inside the horn opening\u003c\/span\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-note\"\u003e\n\u003cstrong\u003eInstallation Note:\u003c\/strong\u003e Choose a solid wall, pole, beam or other load bearing structure capable of supporting the speaker and bracket. Use suitable anchors or fasteners for the installation surface, tighten the bracket securely, aim the horn toward the listening area, and confirm the speaker is stable before powering the system.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-tab-panel nl330t-panel-taps\"\u003e\n\u003cdiv class=\"nl330t-panel-box nl330t-tap-box\"\u003e\n\u003ch3\u003eTransformer Tap Settings\u003c\/h3\u003e\n\u003cp\u003eSelect the correct operating mode for the amplifier being used. Only one operating mode should be used.\u003c\/p\u003e\n\u003cdiv class=\"nl330t-table-wrap\"\u003e\n\u003ctable class=\"nl330t-load-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eLine \/ Mode\u003c\/th\u003e\n\u003cth\u003eAvailable Tap Settings\u003c\/th\u003e\n\u003cth\u003eUse\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e70V\u003c\/td\u003e\n\u003ctd\u003e1.9W \/ 3.75W \/ 7.5W \/ 15W \/ 30W\u003c\/td\u003e\n\u003ctd\u003e70V commercial distributed paging systems\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e100V\u003c\/td\u003e\n\u003ctd\u003e3.75W \/ 7.5W \/ 15W \/ 30W\u003c\/td\u003e\n\u003ctd\u003e100V commercial distributed paging systems\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e8Ω\u003c\/td\u003e\n\u003ctd\u003eLow-impedance operation only\u003c\/td\u003e\n\u003ctd\u003eUse only with a compatible low-impedance amplifier output\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-red-alert\"\u003eImportant: Power off the amplifier before connecting the speaker or changing its operating mode. Do not use the 8Ω connection on a 70V or 100V speaker line.\u003c\/div\u003e\n\u003cdiv class=\"nl330t-note\"\u003e\n\u003cstrong\u003eSpeaker Load Reminder:\u003c\/strong\u003e For 70V\/100V systems, calculate the combined wattage of all connected horn speakers and keep the total within the amplifier's rated output. Do not exceed the amplifier or speaker power rating.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-tab-panel nl330t-panel-included\"\u003e\n\u003cdiv class=\"nl330t-panel-box\"\u003e\n\u003ch3\u003eWhat’s Included\u003c\/h3\u003e\n\u003cdiv class=\"nl330t-included-grid\"\u003e\n\u003cdiv class=\"nl330t-included-item\"\u003e1 × NL330T paging horn speaker\u003c\/div\u003e\n\u003cdiv class=\"nl330t-included-item\"\u003e1 × Adjustable mounting bracket\u003c\/div\u003e\n\u003cdiv class=\"nl330t-included-item\"\u003eUser Manual \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl330t-note\"\u003e\n\u003cstrong\u003eInstallation Reminder:\u003c\/strong\u003e Turn off the amplifier before installing, wiring or servicing the speaker. For outdoor installations, angle the horn downward so rain or snow cannot collect inside the horn opening, and use outdoor rated cable and weather resistant cable entry methods where required.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"NorthLine","offers":[{"title":"Default Title","offer_id":41842052956293,"sku":"NL330T","price":99.89,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0551\/8472\/0005\/files\/NorthLine-NL330T_Paging_Horn_Speaker.png?v=1788469665","url":"https:\/\/www.texonic.ca\/products\/texonic-nl330t-30w-commercial-paging-horn-speaker","provider":"TEXONIC AV Inc","version":"1.0","type":"link"}