patchd
Fix it

Fix it

Mic peaking and distorting? Fix the gain, in order

That fuzzy, crunchy edge on your loud words is clipping: somewhere between your mouth and your apps, one gain stage ran out of room and flattened your peaks. The fix is finding which stage is too hot and turning that one down, because no tool later in the chain can repair a clipped capture.

First, confirm it is clipping

Clipping has a signature: it lives on your loud moments. Normal speech sounds fine, then a laugh, a shout, or a hard consonant turns into a crunchy, buzzy rasp for exactly as long as you are loud. If that matches, this page is your fix. If instead the sound crackles, pops, or stutters at every volume, even when you whisper, that is a timing problem in the audio pipeline, not a gain problem, and the playbook lives at how to fix crackling and popping audio.

A quick way to hear it for yourself: record ten seconds with the Windows voice recorder, or run our browser mic test, speak normally, then deliberately get loud. If only the loud part breaks up, you are clipping.

What clipping actually is

Digital audio has a hard ceiling called 0 dBFS: the largest value the converter in your mic or interface can write down. Every sample of your voice that lands louder than that gets written at the ceiling instead, so the round tops of your loudest peaks come out squared off. Those flat tops are new, harsh harmonics that were never in your voice, and your ear reads them as fuzz. The louder past the ceiling you go, the more of every word gets flattened.

The flat tops are gone for good. Both lanes are the same sentence between the converter's 0 dBFS rails; the hot take ran past them and every peak the converter could not store was written flat against the rail, while the healthy take never touches them.

Your job is to make the second lane happen at the first stage that touches your voice, and the causes below run in that order: the most common and most upstream first.

Cause 1: the gain knob is set too hot

This is the number one cause. Your interface or USB mic has a gain control, a physical knob or dial that sets how hard the preamp drives the converter, and it is set for your quiet testing voice instead of your real one. The fix costs nothing:

  1. Speak the way you actually speak. Do the excited version: the mid-game callout, the big laugh. That is the level the gain has to survive, not your calm "testing, one two" voice.
  2. Watch the clip indicator. Most interfaces have a small LED that flashes red when the input clips, or a meter in their companion app. If it flashes on loud words, the knob is too hot.
  3. Turn the physical knob down until your loudest moments land strong but never light the clip light. You want obvious headroom: peaks near the top of the meter, never pinned against it.
  4. Do not fear a quieter capture. A clean signal a few dB low can be raised later with zero damage; a clipped one cannot be lowered back into shape. If you end up too quiet, that fix is its own gain-staging checklist.

Cause 2: you are too close to the mic

Distance is a gain stage too. Sound level rises steeply as you close in, so a mic set perfectly for a hand span away can clip when you lean into it, and plosives, the air blasts on p and b sounds, hit the capsule like tiny gunshots at close range. If your distortion only shows up when you lean in or on hard consonants, back off to roughly 10 to 20 cm, a hand span, and put a pop filter between you and the capsule. Getting close also thickens the low end of your voice, the proximity effect, which eats headroom from below and pushes the same peaks toward the ceiling sooner.

Cause 3: the Windows input level is at 100

settings › system › sound
100 is a gain stage, not a courtesy. With Input volume pinned, the live meter slams the right edge on every loud word, and each app on the system receives the already-clipped result.

Windows keeps its own volume control on every microphone, and plenty of setups have it parked at 100, either from a driver default or from a past attempt to get louder. That slider is another gain stage, and at 100 it can push a capture that was healthy at the interface into clipping before any app ever sees it. Because it feeds every app on the system, distortion from this cause follows you everywhere: calls, recordings, games, all of it.

  1. Open Settings, then System, then Sound, and pick your microphone under Input.
  2. Speak your loud voice and watch the Test your microphone meter. If it slams the right edge, the level is too hot.
  3. Pull Input volume down until loud words ride about three quarters of the meter. For most mics that lands somewhere around 70 to 85, not 100.
  4. If the classic sound control panel shows a separate Microphone Boost, set it to 0 dB. Boost is the cheapest, dirtiest gain in the whole chain.

Why you cannot fix clipping downstream

This is the honest part, and it saves hours of hunting for a repair tool. When the converter writes a clipped sample, it does not store what the peak should have been; the information is simply not in the file. An EQ can dull the harshness and noise suppression can soften the rasp, but those tools are reshaping the flat tops, not restoring the peaks, because there is nothing left to restore. That is why every fix on this page happens before or at the stage that clips, and why the gain knob comes first.

Advancedthe math

The one-line proof it is gone

Hard clipping is a clamp: every sample past full scale is written as full scale.

y = clamp(x, -1, +1)
hard clipping

A peak at 1.2, a peak at 1.5, and a peak at 3.0 all come out as exactly 1.0. Many different inputs map to one identical output, so no downstream tool can know which input it was. The function has no inverse; the peak is unrecoverable.

The safety net: a compressor, then a limiter

Even first, then a hard ceiling. The Compressor tames the loud words, and the Limiter below it guarantees nothing past its ceiling ever leaves the strip, in exactly that rack order.

Once the capture is healthy, you still want protection from the occasional spike, the laugh that is 10 dB louder than anything you rehearsed. This is what dynamics processing is for, and in patchd, a virtual audio mixer that sends sound between your apps and devices, both tools are free nodes in the effects rack on every channel.

The compressor does the everyday evening-out. At its defaults, a -18 dB threshold and a 3:1 ratio with a 10 ms attack and 100 ms release, a peak that arrives 12 dB over the threshold leaves only 4 dB over: loud words stay loud, they just stop being violent. The full setup walkthrough is in how to set up a compressor on your voice.

The limiter is the guarantee behind it. Its ceiling defaults to -1.0 dB, and nothing gets past it: whatever the compressor did not catch, the limiter stops at the line. patchd's limiter is deliberately zero-lookahead, so it adds no delay and is safe to keep in a live monitoring path all day.

One honest caveat, because it follows from everything above: this pair protects everything downstream of your strip, the feed your call app, recorder, or stream receives. It cannot repair a converter that already clipped upstream. Set the gain knob first; the rack is the net, not the fix.

The short version

  • Confirm the symptom: fuzz only on loud moments is clipping; crackle at every volume is a different problem.
  • Turn the interface gain down first. Set it against your real loud voice, with the clip light never firing.
  • Back off the mic to a hand span and add a pop filter if leaning in is what breaks it.
  • Take Windows off 100: input volume around 70 to 85, loud words riding three quarters of the meter, and Microphone Boost at 0.
  • Then add the net: a compressor to even the peaks and a limiter with its -1.0 dB ceiling behind it.
  • Never chase a repair tool. A clipped capture cannot be restored; a slightly quiet clean one can always be raised.

patchd puts the safety net where it belongs: a free compressor and limiter in the effects rack on every channel, a live meter on every strip to set them against, and one processed feed that every app hears. It is in development now. Join the waitlist and we will tell you the moment it is ready to install.

Stop fighting your audio.

patchd is the Windows audio mixer your setup deserves. Join the waitlist to be the first to know when it ships.