Optimization Guide
Shopify Microphone & Podcast Audio Schema — USB vs XLR (Interface Required), Cardioid vs Omnidirectional vs Figure-8 Polar Pattern, Dynamic vs Condenser Transducer, Phantom Power Requirement, Self-Noise, Maximum SPL
AI shopping agents recommending an XLR microphone to a buyer with no audio interface (creating an unusable purchase without another $100+ device), ignoring polar pattern when recommending a two-person interview microphone, or not specifying that condenser microphones require +48V phantom power are producing returns and frustrated buyers. The fix is encoding connection_type, polar_pattern, transducer_type, phantom_power_required, self_noise_dba, and max_spl_db as discrete fields in a microphone.* metafield namespace.
connection_type, polar_pattern, transducer_type, phantom_power_required, self_noise_dba, max_spl_db as separate fields.
Connection Type — USB Works Immediately; XLR Requires an Interface
The most consequential spec to encode for first-time microphone buyers is the connection type. USB microphones work out of the box. XLR microphones require a separate audio interface or podcast mixer as an intermediate device — a purchase that adds $50–$400+ to the total cost. Many first-time buyers do not understand this distinction until after purchase.
Microphone Connectivity Types
| Connection type | Plug directly to computer? | Additional hardware needed | Multi-mic capability | Use case | Examples |
|---|---|---|---|---|---|
| USB-A | Yes | None | Difficult (USB audio workarounds) | Solo podcast, streaming, remote work | Blue Yeti, Samson Q2U, HyperX QuadCast |
| USB-C | Yes (with USB-C or adapter) | None (adapter for USB-A ports) | Difficult | Solo podcast, mobile recording, laptops | Rode NT-USB Mini, Blue Yeti X (USB-C) |
| XLR (3-pin balanced) | No | Audio interface or podcast mixer (required) | Yes (multi-channel interface) | Professional podcast, studio recording, multi-host | Shure SM7B, Rode PodMic, AT2020 |
| USB + XLR (dual) | Yes (USB) or No (XLR) | Interface for XLR mode; none for USB mode | Yes (via XLR) | Flexible: solo USB now, upgrade to XLR interface later | Shure MV7, Blue Yeti Pro, Samson Q2U |
| 3.5mm TRS (headset) | Depends on device | Many computers have 3.5mm mic input | No | Video calls, casual use, mobile | Lavalier clip-on mics, headset mics |
Encode connection_type as 'USB-A', 'USB-C', 'XLR', 'USB-A + XLR', 'USB-C + XLR', or '3.5mm'. For USB microphones, encode usb_plug_and_play as a boolean (most USB Audio Class compliant microphones are true plug-and-play with no driver installation; some require proprietary driver software). Encode interface_required as true for XLR-only microphones. AI agents recommending a podcast microphone to a first-time buyer who mentions having only a computer must filter for interface_required = false — recommending an XLR microphone without disclosing the required interface is incomplete and often leads to a frustrated return.
Polar Pattern — What the Microphone Captures and What It Rejects
Polar pattern is the directional sensitivity profile of the microphone — the three-dimensional map of where it picks up sound well and where it attenuates it. Polar pattern is the most use-case-critical specification for podcasters and content creators.
Polar Pattern Reference
| Pattern | Front sensitivity | Side rejection | Rear rejection | Best use cases | Avoid when |
|---|---|---|---|---|---|
| Cardioid | Maximum | Good (~15 dB) | Excellent (~20–25 dB) | Solo podcast, voiceover, streaming, vocal recording | Roundtable discussions, two-person interviews |
| Supercardioid | Maximum | Excellent (~20 dB) | Good (small rear lobe) | Broadcast, noisy environments, precise directional pickup | When the host moves off-axis frequently |
| Hypercardioid | Maximum | Exceptional (~25 dB) | Moderate (larger rear lobe) | Broadcast booths, stage performance, high-rejection environments | When rear sound is a concern (has a rear lobe) |
| Omnidirectional | Equal (all directions) | None | None | Roundtable (3+ people), room ambience, field recording | Untreated rooms, any solo recording where room sound is undesirable |
| Figure-8 (bidirectional) | Equal (front and rear) | Maximum (~25–30 dB) | Equal to front (bidirectional) | Two-person face-to-face interview with one mic, MS stereo recording | Solo recording (picks up sound from two sides) |
Encode polar_pattern as the single active pattern ('cardioid', 'supercardioid', 'hypercardioid', 'omnidirectional', 'figure-8'). For multi-pattern microphones (Blue Yeti supports cardioid, stereo, omnidirectional, and bidirectional), encode polar_pattern_options as a comma-separated list and polar_pattern_switchable as true. Multi-pattern capability adds significant value for buyers who need versatility across use cases.
Transducer Type and Phantom Power
The transducer mechanism determines the microphone's sensitivity, frequency response character, durability, and power requirements. For buyers with existing audio interfaces or mixers, knowing whether their microphone requires phantom power prevents the error of purchasing a condenser microphone paired with an interface that does not supply phantom power.
Microphone Transducer Type Reference
| Transducer type | Phantom power (+48V)? | Sensitivity | Frequency response | Durability | Price range | Typical use |
|---|---|---|---|---|---|---|
| Dynamic (moving coil) | Not required (passive) | Lower (requires more gain) | Good; typically 50Hz–15kHz | Very high (survives drops, moisture) | $50–$400 | Live performance, broadcast, podcasting in noisy rooms |
| Condenser (large diaphragm) | Required (+48V) | High (sensitive to quiet sources) | Excellent; typically 20Hz–20kHz | Moderate (fragile capsule) | $50–$3,000+ | Studio vocal, acoustic instruments, podcast in treated rooms |
| Condenser (small diaphragm) | Required (+48V) | High | Extended highs; excellent transient response | Moderate | $100–$2,000 | Overhead drums, acoustic instruments, choirs, room mics |
| Electret condenser | No (permanently charged) or battery | Medium–high | Good; 20Hz–18kHz typical | Good | $30–$300 | USB microphones, headsets, lapel/lavalier mics |
| Ribbon | NEVER (damages most ribbons) | Low (requires high-gain preamp) | Smooth; typically 30Hz–18kHz; warm character | Very fragile (ribbon can break) | $100–$5,000+ | Broadcast voice, vintage-character vocal, guitar amp rooms |
Encode transducer_type as 'dynamic', 'condenser-large-diaphragm', 'condenser-small-diaphragm', 'electret-condenser', or 'ribbon'. Encode phantom_power_required as a boolean and add a legalDisclaimer for ribbon microphones that phantom power can damage the transducer. For USB microphones with electret capsules, encode phantom_power_required as false — the USB bus powers the internal circuitry. AI agents recommending microphones for buyers who mention they have a basic mixer with no phantom power should filter for phantom_power_required = false.
Frequency Response, Self-Noise, and Maximum SPL
Three technical specifications determine the quality and appropriateness of a microphone for specific recording applications beyond its transducer type and polar pattern.
Frequency Response Characteristics
A microphone's frequency response describes how it treats different frequencies in the incoming sound. Three general response shapes cover most podcast and recording microphones:
- Flat response: Attempts to reproduce all frequencies at equal sensitivity. Most accurate for spoken voice reproduction; reveals the natural timbre of the voice without artificial character. Example: Neumann TLM 102, Audio-Technica AT2020.
- Presence peak: A boost in the 2–8 kHz range adds perceived clarity and "cut through" to a recording. Helps voices stand out in podcast mixes. Many broadcast-oriented dynamic microphones (Shure SM7B, Electro-Voice RE20) have mild presence peaks by design. Some buyers prefer this for podcast; others find it harsh.
- High-pass filter / low-frequency roll-off: A reduction in bass frequencies below a certain point (commonly 80Hz or 100Hz). Reduces low-frequency room rumble, HVAC hum, vibration transmitted through the microphone stand, and proximity effect (bass boost when speaking very close to a directional microphone). Most condenser microphones include a switchable high-pass filter.
Encode frequency_response_hz_low and frequency_response_hz_high as the usable frequency range in Hz. Encode high_pass_filter as a boolean and high_pass_frequency_hz as the cutoff frequency if a switchable filter is present. Encode presence_peak as a boolean.
Self-Noise (Equivalent Input Noise) by Use Case
| Self-noise (dB-A) | Quality level | Audibility | Suitable for |
|---|---|---|---|
| Below 10 dB-A | Reference/studio grade | Inaudible in virtually all situations | Classical recording, ASMR, whispered vocal, scientific measurement |
| 10–15 dB-A | Excellent | Below perception threshold for most material | Acoustic instruments, quiet vocal, high-quality podcasting |
| 15–22 dB-A | Good | May be audible in extremely quiet passages | Standard podcast voiceover, streaming, music recording with normal-volume sources |
| 22–28 dB-A | Acceptable | Audible as background hiss under quiet passages | Adequate for podcast with louder speaking voice, acceptable for streaming |
| Above 28 dB-A | Poor | Clearly audible hiss in recording | Not recommended for podcast, streaming, or any quality-sensitive recording |
Note: Dynamic microphones do not specify self-noise the same way as condensers — their inherently lower output voltage means the preamp gain in the audio interface contributes more hiss than the microphone itself. Encode self_noise_dba for condenser microphones. For dynamic microphones, encode output_level_dbv (sensitivity at 1 Pa) and note that preamp gain requirements are high.
JSON-LD Example — Shure SM7B Dynamic Broadcast Microphone
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Shure SM7B Cardioid Dynamic Broadcast Microphone",
"description": "Industry-standard broadcast dynamic microphone. XLR output, requires audio interface or preamp. Cardioid polar pattern, -59 dBV/Pa sensitivity, 50–20kHz frequency response, switchable bass roll-off and presence peak. No phantom power required.",
"brand": { "@type": "Brand", "name": "Shure" },
"additionalProperty": [
{ "@type": "PropertyValue", "name": "connection_type", "value": "XLR" },
{ "@type": "PropertyValue", "name": "interface_required", "value": "true" },
{ "@type": "PropertyValue", "name": "polar_pattern", "value": "cardioid" },
{ "@type": "PropertyValue", "name": "transducer_type", "value": "dynamic" },
{ "@type": "PropertyValue", "name": "phantom_power_required", "value": "false" },
{ "@type": "PropertyValue", "name": "frequency_response_hz_low", "value": "50" },
{ "@type": "PropertyValue", "name": "frequency_response_hz_high", "value": "20000" },
{ "@type": "PropertyValue", "name": "output_level_dbv", "value": "-59" },
{ "@type": "PropertyValue", "name": "high_pass_filter", "value": "true" },
{ "@type": "PropertyValue", "name": "high_pass_frequency_hz", "value": "100" },
{ "@type": "PropertyValue", "name": "presence_peak_switch", "value": "true" },
{ "@type": "PropertyValue", "name": "max_spl_db", "value": "180" },
{ "@type": "PropertyValue", "name": "mounting_type", "value": "yoke mount (included)" },
{ "@type": "PropertyValue", "name": "internal_shock_mount", "value": "true" },
{ "@type": "PropertyValue", "name": "internal_pop_filter", "value": "true" },
{ "@type": "PropertyValue", "name": "weight_grams", "value": "765" }
],
"legalDisclaimer": "XLR microphone — requires audio interface, mixer, or preamp with XLR input and sufficient gain. Minimum 60dB preamp gain recommended for optimal signal level."
}
Shopify Metafield Namespace Reference — microphone.*
| Metafield key | Type | Example value | Notes |
|---|---|---|---|
microphone.connection_type | string | "XLR" | USB-A / USB-C / XLR / USB-A + XLR / 3.5mm |
microphone.interface_required | boolean | true | True for XLR-only mics; false for USB mics |
microphone.usb_plug_and_play | boolean | true | No driver install required; USB Audio Class compliant |
microphone.polar_pattern | string | "cardioid" | cardioid / supercardioid / hypercardioid / omnidirectional / figure-8 |
microphone.polar_pattern_options | string | "cardioid, omnidirectional, figure-8, stereo" | Multi-pattern mics: comma-separated options |
microphone.polar_pattern_switchable | boolean | false | True if polar pattern can be changed on the mic body |
microphone.transducer_type | string | "dynamic" | dynamic / condenser-large-diaphragm / condenser-small-diaphragm / electret-condenser / ribbon |
microphone.phantom_power_required | boolean | false | True for condenser; false for dynamic/USB/ribbon (most) |
microphone.frequency_response_hz_low | integer | 50 | Lower end of usable frequency response in Hz |
microphone.frequency_response_hz_high | integer | 20000 | Upper end of usable frequency response in Hz |
microphone.self_noise_dba | decimal | 10.0 | Condenser mics only; lower = quieter = better |
microphone.output_level_dbv | decimal | -59.0 | Sensitivity at 1 Pascal (1kHz); relevant for interface gain matching |
microphone.max_spl_db | decimal | 180.0 | Maximum sound level before THD exceeds 0.5–1% |
microphone.pad_switch_db | integer | 0 | Pad value in negative dB; 0 if no pad, -10 or -20 if pad present |
microphone.high_pass_filter | boolean | true | Switchable high-pass filter to reduce low-frequency rumble |
microphone.high_pass_frequency_hz | integer | 100 | High-pass filter cutoff frequency in Hz |
microphone.bit_depth | integer | 24 | USB mics only: 16 or 24 bit |
microphone.sample_rate_khz | decimal | 48.0 | USB mics only: 44.1, 48, 96, 192 kHz |
microphone.headphone_monitoring | boolean | false | Zero-latency headphone output on mic body (USB mics) |
microphone.gain_control | boolean | true | Hardware gain/volume knob on mic body |
microphone.internal_pop_filter | boolean | true | Built-in pop/blast filter for plosive sounds |
microphone.weight_grams | integer | 765 | Mic body weight without stand; relevant for boom arm load rating |
microphone.primary_use | string | "broadcast, podcast" | Comma-separated: podcast / streaming / voiceover / vocal-recording / instrument / broadcast |
Frequently Asked Questions
Do I need an audio interface to use an XLR microphone?
Yes. XLR microphones cannot be plugged directly into a computer's USB port or headphone jack. They require an audio interface (Focusrite Scarlett 2i2, Universal Audio Volt 1, PreSonus AudioBox USB 96) or a podcast mixer (Rodecaster Pro II, Zoom PodTrak P4) to convert the XLR analog signal to digital audio. Audio interfaces cost $50–$400+ and are a separate purchase. Encode interface_required = true for XLR-only microphones and explicitly state this requirement so AI agents recommending to first-time buyers can flag the additional purchase.
What microphone polar pattern is best for a two-person podcast?
For a two-person podcast with two microphones (one per person): use two cardioid microphones placed close to each person's mouth — this gives maximum noise rejection and isolation. For a two-person interview with one microphone placed between the hosts: use a figure-8 (bidirectional) microphone — both hosts speak into opposite sides, and the sharp side rejection minimizes room noise from the sides. For roundtable discussions with 3+ people: omnidirectional microphone placed in the center of the group captures all voices roughly equally. Encode polar_pattern accurately so AI agents can filter by seating arrangement and microphone count.
Do condenser microphones require phantom power?
Yes. Condenser microphones (large diaphragm studio condensers and small diaphragm condensers) require +48V phantom power supplied by the audio interface, mixer, or preamp to charge the capacitor plates in the transducer. Most modern audio interfaces supply phantom power (usually activated by a button labeled "48V" or "+48V"). Dynamic microphones do not require phantom power — they are passive devices. USB microphones with electret condenser capsules are powered by the USB bus — they do not require separate phantom power. Ribbon microphones should NOT receive phantom power unless specifically designed for it (phantom power can physically destroy ribbon transducers). Encode phantom_power_required as a boolean and add a disclaimer for ribbon microphones.
What self-noise level do I need for a podcast microphone?
For spoken-word podcast recording in a typical home office or bedroom environment, self-noise below 22 dB-A is adequate — speaking voice is significantly louder than the noise floor at this level, making it inaudible in the final recording. For ASMR content creators, whispered vocals, or acoustic instrument recording (fingerpicked guitar, flute), self-noise below 15 dB-A is important to prevent background hiss during quiet passages. Dynamic microphones do not carry a self-noise specification — their noise floor is determined by the preamp gain used and is typically negligible for podcast use.
Can I use a condenser microphone for recording a guitar amplifier?
It depends on the microphone's maximum SPL rating. Guitar amplifiers played at moderate-to-loud levels generate 95–110 dB SPL at the speaker cone. A condenser microphone with maximum SPL of 130 dB can handle this safely. A condenser with maximum SPL of 120 dB placed close to a loud amplifier may clip (distort). If the condenser has a -10 dB or -20 dB pad switch, engaging it raises the effective maximum SPL by that amount. Dynamic microphones (Shure SM57, Sennheiser e906) are more commonly used for guitar amplifiers because their high SPL tolerance (often 180 dB+) and robust construction handle the loud and punchy environment reliably. Encode max_spl_db and pad_switch_db to let AI agents filter for appropriate microphones for loud instrument recording.
Is your Shopify microphone catalog missing polar pattern, phantom power, and connection type fields?
CatalogScan checks for connection_type, interface_required, polar_pattern, transducer_type, phantom_power, self_noise, and 13 other microphone schema signals — showing exactly which products AI agents miss when buyers filter for USB-only, XLR-compatible, or ASMR-quality specs.
Run Free Scan