0
0
Cart1item

Cart

HomeShopMicrophone StandsTripod Boom Microphone Stand

Description

Tripod Boom Microphone Stand

  • Professional quality clutch locks vertical shaft at any height from 36 to 63 inches
  • Clip-on cable holder
  • Tripod base for support and durability
  • Ultra-reliable and long lasting companion for vocalists and music enthusiasts

Reviews

There are no reviews yet.

Be the first to review “Tripod Boom Microphone Stand”

Your email address will not be published. Required fields are marked *

Recently viewed products

    const observer = new MutationObserver(function () { const el = document.querySelector('header.mobile-false'); if (el) { el.classList.remove('mobile-false'); observer.disconnect(); } }); // Start observing after DOM is ready document.addEventListener("DOMContentLoaded", function () { observer.observe(document.body, { childList: true, subtree: true }); // Run once immediately in case element already exists const el = document.querySelector('header.mobile-false'); if (el) { el.classList.remove('mobile-false'); observer.disconnect(); } });