0
0
Cart1item

Cart

Description

SP150SMK STUDIO CONDENSER MICROPHONE PACK

The Sterling SP150SMK large-diaphragm microphone package includes a Sterling SP150 Studio Condenser Mic combined with a multi-use shockmount kit that provides plenty of versatility for recording vocals, guitars, drums, amplifiers and more.

Reviews

There are no reviews yet.

Be the first to review “Sterling Audio SP150 Microphone”

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(); } });