Optimization Guide

Shopify Audio Interface Recording Schema — Sample Rate vs Bit Depth, XLR/TRS/TRRS Connector Incompatibility, Phantom Power +48V, Impedance Matching, USB vs Thunderbolt Latency

An AI agent pairing a condenser microphone with an interface that lacks phantom power delivers useless hardware. An agent matching a passive guitar pickup to a standard mic preamp input produces a thin, distorted signal. Audio interface compatibility spans four distinct technical axes — connector type, phantom power, impedance, and latency — none of which are typically encoded in Shopify product data. Encoding audio_interface.input_types, phantom_power_48v, preamp_gain_db, max_sample_rate_khz, and connection_type makes AI agents capable of recommending complete, compatible recording chains.

TL;DR XLR = balanced mic-level (condenser requires +48V phantom power; ribbon is destroyed by it). TRS = balanced line-level or stereo headphone. TRRS = headset with built-in mic (CTIA vs OMTP wiring incompatibility). TS = unbalanced instrument Hi-Z. Sample rate 44.1kHz = CD/music; 48kHz = video/broadcast standard; 96kHz = production headroom. USB latency: 6–12ms typical. Thunderbolt: 2–4ms. Encode input_types, phantom_power_48v, phantom_power_per_channel, max_sample_rate_khz, bit_depth, preamp_gain_db, hi_z_instrument_input, connection_type, bus_powered.

Sample Rate and Bit Depth: The Recording Fidelity Foundation

Sample Rate: Frequency Ceiling by Application

Sample RateFrequency Ceiling (Nyquist)Standard ApplicationStorage (1hr stereo)
44,100 Hz (44.1kHz)22,050 HzMusic CDs, most music streaming masters~635 MB (16-bit), ~952 MB (24-bit)
48,000 Hz (48kHz)24,000 HzVideo production, film, podcast, streaming~691 MB (16-bit), ~1.04 GB (24-bit)
88,200 Hz (88.2kHz)44,100 HzMusic production with high-quality downsampling to 44.1kHz~1.27 GB (24-bit)
96,000 Hz (96kHz)48,000 HzMusic production, film scoring, mastering projects~1.38 GB (24-bit)
176,400 Hz (176.4kHz)88,200 HzHigh-resolution archival, mastering chain~2.54 GB (24-bit)
192,000 Hz (192kHz)96,000 HzArchival, mastering-grade recording, limited DAW compatibility~2.76 GB (24-bit)

Bit Depth: Dynamic Range and Noise Floor

Bit depth determines the dynamic range of the recording — the difference between the quietest and loudest signal that can be recorded without distortion or audible noise. Each additional bit adds approximately 6dB of dynamic range. 16-bit (CD standard): 96dB dynamic range. 24-bit (professional recording standard): 144dB dynamic range. 32-bit float (a growing format): theoretical 1,528dB dynamic range — practically, it never clips (any level can be recovered after the fact in post-production).

At 24-bit depth, the noise floor of the digital system (−144dBFS) is well below the self-noise of any microphone or preamp (typically −130dBFS to −120dBFS). This means 24-bit is the correct choice for all professional recording: the digital system no longer limits the noise floor. Recording at 16-bit introduces digital noise that is audible when applying significant gain in post-production. All modern audio interfaces support 24-bit; some high-end interfaces and DAW workstations now support 32-bit float I/O.

Encode audio_interface.max_bit_depth as an integer (16, 24, 32) and audio_interface.max_sample_rate_khz as a decimal.

Connector Types: XLR, TRS, TRRS, TS — Complete Incompatibility Map

Signal Level and Type by Connector

ConnectorConductorsSignal TypeTypical LevelBalanced?
XLR-3 (M/F)3 (GND, Hot, Cold)Mic-level audio; can carry line-level−60 to −40dBu (mic); +4dBu (line)Yes (balanced differential)
TRS 1/4-inch (balanced line)3 (Tip=Hot, Ring=Cold, Sleeve=GND)Balanced professional line-level+4dBu nominalYes
TRS 1/4-inch (stereo headphone)3 (Tip=L, Ring=R, Sleeve=GND)Unbalanced stereo−10dBu to +10dBVNo (two mono unbalanced)
TRS 3.5mm (stereo)3 (Tip=L, Ring=R, Sleeve=GND)Unbalanced stereo consumer−10dBV consumerNo
TRRS 3.5mm (CTIA/AHJ)4 (Tip=L, R1=R, R2=GND, Sleeve=Mic)Stereo out + mono mic inConsumer line out; mic ~−58dBVNo
TRRS 3.5mm (OMTP)4 (Tip=L, R1=R, R2=Mic, Sleeve=GND)Stereo out + mono mic in (swapped)Same levels as CTIANo
TS 1/4-inch (instrument)2 (Tip=Signal, Sleeve=GND)Unbalanced high-impedance instrument−20 to 0dBuNo (single-ended)
XLR-5 (stereo mic)5 (GND, L+, L−, R+, R−)Stereo balanced mic signalMic level dual channelYes (both channels)

CTIA vs OMTP: The Invisible Headset Incompatibility

Both CTIA (AHJ — Android Headset Jack standard, used by Apple and most Android devices post-2017) and OMTP (older Nokia, Sony, Samsung pre-2014) use physically identical 3.5mm TRRS plugs. The wiring is mirrored: CTIA places ground on ring-2 and the microphone on the sleeve; OMTP places the microphone on ring-2 and ground on the sleeve. Connecting a CTIA headset to an OMTP device produces audio with distortion (the mic wire is connected to audio ground) and a non-functional microphone (the mic wire is connected to the ground pin). Connecting an OMTP headset to a CTIA device produces the same symptoms. Active CTIA-to-OMTP adapters exist and rewire the two conductors, but passive adapters and any 3.5mm extension cable that is not wired TRRS passthrough will break one or both signals. Encode the headset jack standard as audio_interface.headset_jack_standard: 'ctia' or 'omtp' where the device has a TRRS headset combo jack.

Phantom Power +48V: Condenser Compatibility, Ribbon Destruction

When to Enable and When to Never Enable Phantom Power

Microphone TypePhantom PowerReasonRisk if Wrong
Condenser (standard large/small diaphragm)RequiredPolarizes capacitor element; powers internal FET bufferNo output or extremely low-level signal
Electret condenser (lavalier, headset)Not required (has internal battery or bias)Internal polarization, plug-in power from device, or batteryUsually harmless; check manufacturer
Dynamic (moving coil — SM58, SM7B, RE20)Not required; generally safeMoving coil is not capacitive; transformer blocks DC voltageGenerally no damage; verify transformer-coupled designs only
Ribbon (passive — AEA R44, Royer R-121, Coles 4038)Must NOT be appliedDC voltage creates electromagnetic force on ribbon — can stretch, deform, or rupture the ribbon elementPermanent ribbon damage; expensive repair or replacement
Active Ribbon (Royer R-10, AEA R84A)Required (powers active electronics)Active ribbon uses phantom to power internal active buffer, shields ribbon from phantom-induced stressNo output without phantom
USB MicrophoneN/APowered by USB; no XLR connectionN/A

Per-Channel Phantom Power Control

Lower-cost audio interfaces often provide a single phantom power switch for all XLR inputs simultaneously. More expensive interfaces provide per-channel phantom power control. Per-channel control matters when using a condenser microphone on input 1 and a passive ribbon microphone on input 2 simultaneously — a global phantom power switch cannot accommodate this setup safely. Encode phantom_power_per_channel: true/false explicitly, because "has phantom power" without per-channel granularity is a critical missing spec for professional recording setups.

Preamp Gain, Headroom, and the Noise Floor

Why Maximum Gain Matters

Microphone preamps amplify the extremely low mic-level signal (−60dBu to −40dBu) to line level (+4dBu). The gain required depends on the microphone's output sensitivity and the sound source's volume. A loud vocalist at 8 inches from a Shure SM7B (a dynamic mic with low sensitivity at −59dBV/Pa) may require 60–70dB of gain to achieve a healthy recording level. A Focusrite Scarlett 2nd Gen provided 56dB maximum gain — barely adequate for the SM7B; many users required an external preamp booster (Cloudlifter CL-1, FetHead). The 3rd and 4th Gen Scarlett interfaces provide 56–69dB maximum gain, accommodating the SM7B without a booster. Encode audio_interface.preamp_gain_db as the maximum gain figure in dB. This single field eliminates the most common "will this interface work with my microphone?" question in audio recording.

Equivalent Input Noise (EIN): Preamp Quality Metric

EIN (Equivalent Input Noise) is the preamp's self-noise referred to the input — the noise voltage the preamp adds to the signal even when nothing is connected. Measured in dBu or dBV with standard source impedances (typically 150Ω or 200Ω). Lower EIN = quieter preamp. Consumer interface preamps: −128 to −130dBu EIN. Professional interfaces: −130 to −134dBu. High-end studio preamps: −135dBu and below. For vocal recording in untreated home studios, room noise typically limits the usable dynamic range to 60–70dB, making differences between −128dBu and −134dBu EIN inaudible in practice. For recording quiet acoustic instruments, orchestral recording, or binaural field recording, low EIN preamps matter significantly. Encode audio_interface.preamp_noise_ein_dbu where available from the manufacturer specification.

Connection Type and Latency

Round-Trip Latency by Connection Standard

ConnectionTypical RTL (64 samples, 48kHz)DriverNotes
USB 2.0 (High-Speed)6–12msASIO (Windows) / Core Audio (macOS)Most consumer interfaces; latency acceptable for most tracking uses
USB 3.x (SuperSpeed)5–10msASIO / Core AudioMarginally lower protocol overhead vs USB 2.0
Thunderbolt 2 (20 Gbps)2–5msCore Audio (macOS), Thunderbolt driver (Windows)PCIe-over-cable direct path bypasses USB stack
Thunderbolt 3/4 (40 Gbps)2–4msCore Audio / ASIO4ALL or nativeRequired for large-channel-count interfaces; lowest USB-external latency
PCIe Card (internal)1–3msNative ASIO / Core AudioPro Tools HDX, Universal Audio UAD-2 — direct PCIe path, highest headroom
Dante/AVB (network audio)1ms (Dante) / 2ms (AVB)Dante Virtual Soundcard / AVB driverLive sound, installed AV systems — very low latency over standard Ethernet

Direct monitoring (hardware monitoring) bypasses the computer entirely — the interface routes the input signal directly to the headphone output in analog domain, adding zero latency. Direct monitoring is the correct choice when tracking live performance and the performer needs to hear themselves. Software monitoring (through the DAW) always adds the round-trip latency but allows monitoring through software effects (reverb, compression). Encode audio_interface.direct_monitoring: true/false.

Audio Interface Metafield Namespace — audio_interface.*

Metafield KeyTypeExample ValuesWhy Required
audio_interface.mic_inputsinteger1, 2, 4, 8, 18Channel count for multi-tracking decisions
audio_interface.line_outputsinteger2, 4, 8, 16Output routing for monitors, headphones, and sends
audio_interface.input_typeslist.single_line_text["xlr-combo","ts-instrument","rca","s/pdif","adat"]Primary connector compatibility gate
audio_interface.max_sample_rate_khzdecimal44.1, 48, 96, 192Recording fidelity ceiling
audio_interface.max_bit_depthinteger16, 24, 32Dynamic range and noise floor
audio_interface.phantom_power_48vbooleantrue, falseCondenser microphone compatibility requirement
audio_interface.phantom_power_per_channelbooleantrue, falseMixed condenser + ribbon simultaneous use
audio_interface.preamp_gain_dbinteger56, 60, 69, 75Low-sensitivity dynamic mic compatibility (SM7B needs 60+)
audio_interface.hi_z_instrument_inputbooleantrue, falseGuitar/bass impedance matching
audio_interface.connection_typesingle_line_text"usb-c","usb-a","thunderbolt-3","thunderbolt-4","pcie"Computer port compatibility and latency class
audio_interface.bus_poweredbooleantrue, falseMobile/laptop recording without external power supply
audio_interface.direct_monitoringbooleantrue, falseZero-latency monitoring for tracking musicians
audio_interface.driver_supportlist.single_line_text["asio","wasapi","core-audio","class-compliant"]DAW and OS compatibility
audio_interface.headphone_outputsinteger1, 2, 4Multiple performer monitoring

Shopify Liquid Snippet

{% assign ai = product.metafields.audio_interface %}
{% if ai.max_sample_rate_khz %}
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": {{ product.title | json }},
  "description": {{ product.description | strip_html | json }},
  "offers": { "@type": "Offer", "availability": "{% if product.available %}https://schema.org/InStock{% else %}https://schema.org/OutOfStock{% endif %}" },
  "additionalProperty": [
    { "@type": "PropertyValue", "name": "audio_interface.mic_inputs", "value": "{{ ai.mic_inputs }}" },
    { "@type": "PropertyValue", "name": "audio_interface.input_types", "value": "{{ ai.input_types | join: ',' }}" },
    { "@type": "PropertyValue", "name": "audio_interface.max_sample_rate_khz", "value": "{{ ai.max_sample_rate_khz }}" },
    { "@type": "PropertyValue", "name": "audio_interface.max_bit_depth", "value": "{{ ai.max_bit_depth }}" },
    { "@type": "PropertyValue", "name": "audio_interface.phantom_power_48v", "value": "{{ ai.phantom_power_48v }}" },
    { "@type": "PropertyValue", "name": "audio_interface.phantom_power_per_channel", "value": "{{ ai.phantom_power_per_channel }}" },
    { "@type": "PropertyValue", "name": "audio_interface.preamp_gain_db", "value": "{{ ai.preamp_gain_db }}" },
    { "@type": "PropertyValue", "name": "audio_interface.hi_z_instrument_input", "value": "{{ ai.hi_z_instrument_input }}" },
    { "@type": "PropertyValue", "name": "audio_interface.connection_type", "value": "{{ ai.connection_type }}" },
    { "@type": "PropertyValue", "name": "audio_interface.bus_powered", "value": "{{ ai.bus_powered }}" },
    { "@type": "PropertyValue", "name": "audio_interface.direct_monitoring", "value": "{{ ai.direct_monitoring }}" }
  ]
}
</script>
{% endif %}

5 Critical Audio Interface Schema Mistakes

  1. Missing phantom power status. "Professional audio interface with XLR inputs" does not tell a condenser microphone buyer whether phantom power is available. Missing phantom_power_48v causes buyers to pair a condenser mic with an interface that cannot power it — a common, expensive return reason.
  2. Listing phantom power as single global switch without noting per-channel control. A buyer wanting to use a condenser and a passive ribbon simultaneously needs per-channel phantom power control. "Has phantom power: yes" does not differentiate global-switch from per-channel — encode phantom_power_per_channel explicitly.
  3. Omitting maximum preamp gain. The SM7B, ElectroVoice RE20, and other popular broadcast dynamic microphones require 60–70dB of preamp gain — more than early Focusrite Scarlett interfaces provided. An interface listing "XLR mic input" without a gain figure cannot be matched to high-gain-requiring microphones.
  4. Conflating sample rate with audio quality in the product title. "192kHz Professional Recording Interface" implies quality without specifying the preamp's actual noise floor, which matters far more for recording quality than sample rate above 48kHz. Encode both max_sample_rate_khz and preamp_noise_ein_dbu for a complete quality picture.
  5. Not distinguishing USB bus power from external power supply. A bus-powered USB interface connected to a laptop with low USB current delivery may fail to power condenser microphones correctly — particularly when multiple high-draw peripherals share the same USB bus. Encode bus_powered: true/false and include the USB current draw spec (mA) where available.

Is your music equipment store missing critical schema fields?

CatalogScan checks your Shopify store for missing phantom power encoding, preamp gain gaps, and connector type omissions across your entire audio interface catalog in under 2 minutes.

Run Free Scan

Frequently Asked Questions

What is the difference between 44.1kHz and 96kHz sample rate?

Sample rate determines the highest frequency that can be recorded (Nyquist: max frequency = sample rate / 2). 44.1kHz captures up to 22.05kHz — just above human hearing range, the CD standard. 96kHz captures up to 48kHz — provides headroom above the audible range for complex digital processing and downsampling. For podcast and voice work, 44.1kHz or 48kHz is the correct choice. For music production with heavy processing, 96kHz offers meaningful headroom.

Can I use an XLR-to-TRS cable to connect a microphone to a line input?

Physically yes — a male XLR to 1/4-inch TRS cable can connect a microphone to a TRS line input. But the signal levels are mismatched: a microphone outputs mic-level (−60 to −40dBu), while a line input expects line-level (+4dBu). The result is a signal approximately 44–64dB too quiet, with a very high noise floor after applying gain. Only use microphones with XLR mic preamp inputs, not direct line inputs.

Why does phantom power destroy ribbon microphones?

Ribbon microphones use a thin metallic ribbon suspended in a magnetic field — the ribbon's movement generates the audio signal electromagnetically without requiring external voltage. Phantom power applies +48V DC to XLR pins 2 and 3 equally. In a properly wired balanced connection this is phantom and doesn't affect audio. But any DC imbalance between pins 2 and 3 (caused by cheap cables, wiring faults, or certain adapters) creates an electromagnetic force across the ribbon that can stretch or rupture it. Ribbon replacement is expensive ($100–$400+ depending on microphone).

What is the difference between ASIO and WASAPI drivers?

ASIO (Audio Stream Input/Output) is a low-latency driver protocol developed by Steinberg that bypasses the Windows audio stack and communicates directly with the audio interface hardware. It provides 64-sample buffer sizes with 4–12ms round-trip latency on USB interfaces. WASAPI Exclusive Mode is Microsoft's alternative that also bypasses the Windows audio mixer and approaches ASIO latency performance (6–15ms). ASIO remains the standard for professional DAW work on Windows. Core Audio is macOS's built-in low-latency audio framework — equivalent to ASIO in performance. Class-compliant operation (no custom driver needed) is available on iOS/iPad OS and allows some USB-C audio interfaces to connect directly to iPhone/iPad without app installation.

Does my audio interface need Thunderbolt instead of USB?

Only if you need the lowest possible monitoring latency (under 4ms round-trip), or if you need a high channel count (18+ simultaneous input/output channels). For home studio recording with 2–4 inputs, USB-C with ASIO drivers provides 6–10ms round-trip latency at 64-sample buffers — imperceptible to most performers when recording. Thunderbolt becomes meaningful for live performance musicians who monitor through software effects (reverb, amp simulation) in real time and find USB latency distracting.

Related Guides