Skip Navigation Website Accessibility
 


OnStage BC1000 Bluetooth Converter

available at

Low in-store inventory, may be subject to change.

The On-Stage BC1000 XLR equipped, rechargeable Bluetooth V4.0 receiver delivers ultra-reliable Bluetooth audio directly to your mixer or powered speaker. Driven by a 3.7V lithium battery complete with included USB charging cable, this compact, convenient instant must-have internally sums stereo signals from your mobile device or computer, eliminating the need for multiple receivers and multiple on-board channels. Super sensitive at -80dbm (<+/-0.1%BER) over a 10M wireless transmission range, this effectively noise and distortion free converter may be the new tool you can't imagine living without.

  • Bluetooth V4.0 receiver delivers ultra-reliable Bluetooth audio directly to your mixer or powered speaker
  • Driven by a 3.7V lithium battery complete with included USB charging cable
  • Internally sums stereo signals from your mobile devise or computer, eliminating the need for multiple receivers and multiple on-board channels
  • 30' Transmission range
  • Lasts up to 20 hours of continuous use

// === GLOBAL NAV BEHAVIOR FOR MARICH MUSIC === // --- DROPDOWN ON HOVER (DESKTOP ONLY) --- document.addEventListener('DOMContentLoaded', function () { const dropdowns = document.querySelectorAll('.dropdown'); dropdowns.forEach(drop => { drop.addEventListener('mouseenter', () => { const menu = drop.querySelector('.dropdown-menu'); if (menu) menu.style.display = 'block'; }); drop.addEventListener('mouseleave', () => { const menu = drop.querySelector('.dropdown-menu'); if (menu) menu.style.display = 'none'; }); }); }); // --- TOGGLE CUSTOM NAV ON MOBILE --- function toggleMobileNav() { const nav = document.querySelector('.menubg'); if (!nav) return; const isVisible = window.getComputedStyle(nav).display !== 'none'; nav.style.display = isVisible ? 'none' : 'flex'; }