A MusicProductionWiki Publication Sound Better →
The Producer's Bible
The Producer's Bible Published by MusicProductionWiki.com 2026 Edition

Digital

/ˈdɪdʒɪtəl/

Digital is the representation of audio as a sequence of discrete numerical values sampled at fixed intervals. Every DAW, plugin, and streaming platform runs on digital audio. Understanding its mechanics lets producers make cleaner, louder, and more intentional recordings.

Hear The Difference
Dry vs Processed — Digital
🎵 Audio examples coming soon — check back shortly.
Dry Processed

01 Definition

Every plugin you reach for, every mix you bounce, every master that lands on Spotify — it all lives inside a stream of ones and zeros that, when you understand them, stop feeling like a black box and start feeling like a precision instrument.

Digital audio is the representation of a continuously varying sound-pressure wave as a sequence of discrete numerical values captured at a fixed time interval. Where analog audio encodes sound as a continuously fluctuating voltage or magnetic flux, digital audio freezes that wave into a rapid series of snapshots — a process called pulse-code modulation (PCM). Each snapshot records the amplitude of the waveform at a precise moment in time. Played back in sequence at the same rate they were captured, those snapshots reconstruct the original waveform with extraordinary fidelity. Two numbers govern this process entirely: sample rate, which controls temporal resolution, and bit depth, which controls amplitude resolution.

Sample rate is expressed in hertz (Hz) or kilohertz (kHz) and defines how many amplitude snapshots are taken per second. The Nyquist–Shannon sampling theorem, formalized in 1948, proves that a digital system can perfectly reconstruct any frequency up to exactly half the sample rate — the Nyquist frequency. At the CD-standard 44,100 Hz (44.1 kHz), the Nyquist limit sits at 22,050 Hz, covering the full range of human hearing (roughly 20 Hz to 20 kHz) with headroom to spare. Professional recording sessions commonly use 48 kHz, 88.2 kHz, or 96 kHz — higher rates push the Nyquist ceiling further out, provide processing headroom for pitch-shifting and time-stretching algorithms, and reduce phase distortion in anti-aliasing filters.

Bit depth determines how many discrete amplitude levels exist within each sample. A 16-bit system offers 65,536 possible amplitude values; a 24-bit system offers 16,777,216. Each additional bit of depth adds approximately 6.02 dB of dynamic range, so 16-bit audio yields a theoretical ceiling of around 96 dB, while 24-bit audio reaches approximately 144 dB — far exceeding the ~120 dB dynamic range of the human auditory system in any practical listening context. In practical terms, working at 24-bit inside a DAW gives producers enormous headroom before signals clip and pushes quantization noise — the low-level distortion introduced by rounding continuous amplitudes to the nearest available step — far below audibility. Most DAWs process internally at 32-bit or 64-bit floating point, providing effectively unlimited headroom during mixing.

The conversion between the analog physical world and the digital domain is performed by two critical components: the analog-to-digital converter (ADC) and the digital-to-analog converter (DAC). The ADC — found in your audio interface's microphone preamp chain — captures an analog signal and outputs the numeric PCM stream. The DAC — in your interface's output stage, your headphone amp, or your studio monitors' built-in amplifier — converts that number stream back into a voltage that drives a speaker cone. The quality of these converters is one of the most consequential and frequently debated variables in studio hardware, because every imperfection in conversion — jitter, noise floor, linearity errors — directly colors the sound of everything recorded and played back through them.

Beyond PCM, the digital domain encompasses alternative encoding schemes such as Direct Stream Digital (DSD), which uses a single-bit delta-sigma modulation approach at extreme sample rates (2.8 MHz for DSD64, 5.6 MHz for DSD128), and various lossy compression formats including MP3, AAC, and Opus that discard perceptually redundant information to reduce file size. For production work, lossless PCM remains the universally recommended format. Understanding digital audio at this foundational level unlocks every subsequent decision in a producer's signal chain: interface selection, session setup, plugin oversampling settings, bounce formats, and mastering targets all trace back to these core principles.

02 How It Works

The journey of a sound through a digital system begins at the transducer — a microphone or pickup — which converts acoustic pressure into an analog electrical voltage. That voltage enters the ADC, where a sample-and-hold circuit freezes the instantaneous voltage level at precise intervals governed by a master clock. The frozen voltage is then measured by a comparator circuit that assigns the nearest binary integer from the available range of bit depth. This quantization step is where quantization error is introduced: if the true amplitude falls between two available steps, it is rounded, and that rounding difference manifests as low-level noise. Dithering — the intentional addition of shaped random noise before quantization — spreads this error across frequency rather than letting it accumulate as tonal artifacts, and is applied automatically when bouncing from a higher to a lower bit depth.

The resulting PCM stream is a linear sequence of integer values, typically interleaved for stereo (left sample, right sample, left sample, right sample…) and written to storage or transmitted in real time. Inside a DAW, those integers are immediately converted to floating-point representation for processing — floating point allows values to exceed 0 dBFS during intermediate calculations without hard clipping, effectively creating an internal headroom buffer. When two tracks are summed, their floating-point values are added arithmetically; when a plugin applies gain, it multiplies each sample value by a gain coefficient. Every EQ, compressor, reverb, and effect operates as a mathematical transformation of these sample values, making the processor's algorithm the sole determinant of sonic character in the digital domain.

Clocking is the often-overlooked backbone of digital audio stability. Every device in a digital system — interface, digital mixer, outboard converter, DAW — must operate from a synchronized master clock, because even slight timing irregularities between the sampling instants cause jitter: high-frequency phase noise that manifests as a subtle smearing of the stereo image and a hardening of transients. Professional studios derive all clocking from a single master source, typically a dedicated word clock generator connected to all devices via 75-ohm BNC cable. Consumer interfaces rely on internal clocks that range from adequate to genuinely poor; upgrading the clock or choosing an interface with a high-quality oscillator is one of the most audible hardware improvements available at any budget tier.

Anti-aliasing filters are critical gatekeepers at both the input and output of digital systems. Because any frequency above the Nyquist limit — half the sample rate — cannot be represented accurately and will instead fold back into the audible spectrum as an alias (an erroneous frequency artifact), a steep low-pass filter must remove all content above Nyquist before sampling occurs. On the output side, a reconstruction filter smooths the staircase-like output of the DAC back into a continuous curve before it reaches the amplifier. Modern oversampled converters push these filter transition bands well outside the audible range, eliminating the phase distortion that plagued early brick-wall filter designs and contributing to the significant improvement in digital audio transparency between the 1980s and today.

At the session level, producers interact with digital audio primarily through buffer size — the number of samples collected before being processed and passed to the output. Small buffers (32–128 samples) minimize roundtrip latency, which is critical during live recording and performance, but demand more from the CPU. Large buffers (512–2048 samples) allow heavier plugin loads at the cost of higher latency, making them appropriate for mixing and mastering sessions where no live monitoring through the DAW is required. Balancing buffer size against track count and plugin complexity is a fundamental session-management skill that directly affects workflow efficiency.

Digital audio signal flow: analog input through ADC, PCM processing in DAW, and DAC output, with sample rate and bit depth callouts. Digital audio signal flow: ADC, PCM, DAW processing, DACAnalogSource(mic / DI)ADCSample & HoldQuantizeAnti-alias filterSample Rate: 44.1 / 48 /88.2 / 96 kHzDAW / DSP32/64-bit floatEQ · Comp · FXSumming · AutomationDither on exportBit Depth: 16 / 24 /32-bit floatDACReconstructionFilter + OutputVoltage → SpeakerAnalogOutput(monitors)Word Clock synchronises all devices → eliminates jitterClock InClock Inmusicproductionwiki.com/bible/digital

Diagram — Digital: Digital audio signal flow: analog input through ADC, PCM processing in DAW, and DAC output, with sample rate and bit depth callouts.

03 The Parameters

Every digital — hardware or plugin — operates on the same core parameters. Know these and you can work with any implementation.

SAMPLE RATE
Temporal resolution — snapshots per second

Measured in kHz; standard options are 44.1, 48, 88.2, and 96 kHz. Higher rates push the Nyquist frequency ceiling above the audible range, reduce aliasing during heavy processing, and improve the phase response of anti-aliasing filters. Record at 48 kHz for most music production; use 96 kHz when heavy pitch-shifting, time-stretching, or saturation processing is planned.

BIT DEPTH
Amplitude resolution — dynamic range per sample

Each additional bit adds ~6 dB of dynamic range: 16-bit yields ~96 dB, 24-bit yields ~144 dB. Record and mix at 24-bit to keep quantization noise inaudible. Export consumer deliverables at 16-bit with dithering applied; streaming masters at 24-bit/44.1 kHz are accepted by all major DSPs and preferred by mastering engineers.

BUFFER SIZE
Latency vs. CPU load tradeoff per session type

Buffer size (in samples) determines how long the audio driver collects samples before processing and output. At 44.1 kHz, a 128-sample buffer yields ~2.9 ms round-trip latency — adequate for monitoring while tracking vocals or live instruments. Set buffers to 512–1024 samples during mixing to allow heavy plugin loads without CPU dropout artifacts.

INTERNAL PROCESSING PRECISION
Floating-point bit depth inside the DAW engine

Most modern DAWs process at 32-bit or 64-bit floating point internally, which means summing and gain operations cannot clip regardless of level — headroom is effectively unlimited within the engine. This is distinct from file bit depth; you can drive plugin chains into extreme gain without fear of inter-plugin clipping, though your converters' output stage will clip if you exceed 0 dBFS at the final output.

DITHER
Noise shaping applied when reducing bit depth

When converting a 24-bit mix to a 16-bit delivery file, dithering adds shaped low-level noise before truncation to randomize quantization error. Without dither, low-level signals near the noise floor exhibit correlated distortion artifacts — a subtle but audible grittiness on fade-outs and reverb tails. Always apply dither once, at the final render stage only; applying it multiple times degrades the noise floor.

CLOCK / JITTER
Timing precision of the sampling oscillator

Jitter is the deviation of sampling instants from their ideal positions in time, measured in picoseconds. Even jitter values as low as 100–500 ps can be audible as a slight smearing of stereo imaging and a loss of transient focus. High-quality interfaces specify jitter below 50 ps RMS; dedicated word clock generators like the Antelope 10MX achieve sub-10 ps performance for critical tracking and mastering environments.

04 Quick Reference Card

Session-ready starting points. These values reflect professional session standards; always match sample rate across all devices in a session to avoid conversion artifacts.

ParameterGeneralDrumsVocalsBass / KeysBus / Master
Session Sample Rate48 kHz48 kHz48 kHz48 kHz44.1 kHz (delivery)
Recording Bit Depth24-bit24-bit24-bit24-bit24-bit
Export Bit Depth24-bit24-bit24-bit24-bit16-bit + dither
Buffer Size (tracking)128 samples64–128 samples64–128 samples128 samplesN/A
Buffer Size (mixing)512–1024 samples512 samples512 samples512 samples1024 samples
Internal Float Precision64-bit float64-bit float64-bit float64-bit float64-bit float
Dither on ExportYes (16-bit only)Yes (16-bit only)Yes (16-bit only)Yes (16-bit only)Yes — TPDF or noise-shaped

These values reflect professional session standards; always match sample rate across all devices in a session to avoid conversion artifacts.

05 History & Origin

The theoretical foundation of digital audio was laid decades before any practical implementation existed. Harry Nyquist published his sampling theorem in 1928, and Claude Shannon formalized it in 1949, establishing the mathematical proof that a band-limited signal can be perfectly reconstructed from samples taken at twice its highest frequency. These papers sat largely in the domain of telecommunications theory until the late 1960s, when engineers at NHK (Japan's national broadcaster) and Sony began exploring whether pulse-code modulation could be applied to audio recording. In 1967, NHK engineer Heitaro Nakajima demonstrated the first digital audio recorder, capturing audio on a modified video tape system — the only storage medium fast enough at the time to handle PCM data streams.

The 1970s saw rapid commercialization. Denon released the world's first commercial digital recordings in 1971, using a 47.25 kHz, 13-bit PCM system developed in-house. Sony's PCM-1, introduced in 1977, allowed studios to record 14-bit digital audio onto standard Betamax video cassettes — an awkward but functional solution that saw significant uptake in mastering facilities. Engineer Thomas Stockham's Soundstream system, used in 1976 to record the Utah Symphony Orchestra under conductor Antal Doráti for Vanguard Records, is often cited as the first digitally recorded commercial album release in the United States. These early systems varied widely in sample rate and bit depth, with no agreed standard, creating compatibility nightmares across machines.

The compact disc, jointly developed by Sony and Philips and commercially launched in October 1982, imposed the first universal digital audio standard: 44,100 Hz sample rate and 16-bit depth. The 44.1 kHz figure was not arbitrary — it was derived from the frame rates and line counts of the PAL and NTSC video systems used to store PCM data on tape during the development phase, a constraint that became permanently baked into the format. Early CD releases were met with mixed critical reception; engineers accustomed to analog tape found the format revealing and unforgiving of poor recording technique, while listeners debated whether the medium's measured accuracy translated to a pleasing listening experience. Recordings like Dire Straits' Brothers in Arms (1985), produced by Neil Dorfsman and mixed at AIR Studios London, became benchmark demonstrations of digital recording's clarity and dynamic range.

Professional digital multitrack recording matured through the late 1980s and 1990s with machines such as the Sony 3324 (24-track digital tape), the Alesis ADAT (which democratized 8-track digital recording with a $3,995 price point in 1991), and the Digidesign Pro Tools system, which debuted in 1991 as a four-track hard-disk recorder. By the mid-1990s, hard-disk recording had begun displacing tape entirely in many studios, and by 2000 the DAW had become the dominant recording paradigm. The shift brought new challenges: clock synchronization, latency management, and the pervasive question of whether digital processing chains could match the warmth attributed to analog hardware — a debate that spawned the entire analog modeling plugin industry and continues to drive converter and clock technology development today.

06 How Producers Use It

For producers working primarily in-the-box, the digital domain is the entire environment — every creative and technical decision happens within a DAW's floating-point processing engine. Session setup is the first critical choice: matching sample rate across the interface, DAW, and any external digital devices prevents sample-rate conversion artifacts, and selecting 48 kHz as the default project rate covers both music and audio-for-picture requirements without requiring session duplication. Bit depth should always be set to 24-bit for recording; using 16-bit during tracking wastes the noise floor headroom that 24-bit provides, and there is no CPU or storage cost significant enough to justify the trade-off on modern systems.

Drum recording benefits most directly from high-quality ADC conversion and low jitter clocking because transient accuracy — the precise timing and slope of a snare attack or kick beater impact — is entirely determined by the converter's ability to capture rapid amplitude changes accurately. Engineers tracking live drums through inferior converters often describe the result as a loss of "punch" or "snap," which corresponds to jitter-induced phase smearing of the initial transient edge. Upgrading from a consumer-grade interface to a professional converter (Apogee Symphony, Prism Sound Lyra, Universal Audio Apollo) is consistently reported as the most immediately audible hardware improvement in a tracking environment.

For electronic music producers who work entirely with virtual instruments and samples, the analog-to-digital conversion step occurs only at the output — the DAC stage of their monitoring chain. The internal processing domain is pure floating-point arithmetic, which means the practical concerns shift to plugin oversampling (which runs internal DSP at multiples of the session rate to prevent aliasing from nonlinear processes like saturation and distortion) and CPU management. Oversampling at 2× or 4× inside saturation, distortion, and limiting plugins is advisable when working at 44.1 or 48 kHz; many producers instead choose to run their entire session at 88.2 or 96 kHz and disable per-plugin oversampling, achieving similar alias suppression with a simpler signal chain.

At the mastering stage, the digital format's precision becomes both an asset and a liability. LUFS metering, true-peak limiting, and bit-exact export are all digital-domain operations that require an understanding of the format to execute correctly. Streaming platforms receive audio and transcode to their delivery codec (typically AAC 256 kbps for Apple Music, OGG Vorbis 320 kbps for Spotify), so masters should be delivered at 24-bit/44.1 kHz with true-peak levels no higher than −1 dBTP to prevent inter-sample peaks from causing clipping after lossy encoding. Understanding that lossy codecs perform additional DSP operations on the audio — and that those operations can introduce their own aliasing, pre-ringing, and level changes — is essential context for any producer involved in the mastering and delivery phase.

AbletonSet Preferences → Audio → Sample Rate and Buffer Size before each session. Use the built-in Convert Sample Rate function to batch-convert imported samples that don't match session rate. Ableton processes at 64-bit float; use its native Dither plugin on the Master channel output when bouncing 16-bit files for CD or consumer delivery.
FL StudioConfigure sample rate via Options → Audio Settings; FL processes at 32-bit float by default and offers 64-bit in the mixer. When exporting, the Export dialog's Bit Depth and Dithering menus are easy to overlook — always confirm 24-bit for archival and enable dithering when selecting 16-bit. FL's Edison recorder inherits the session sample rate automatically.
Logic ProLogic defaults to 44.1 kHz / 24-bit; change sample rate in File → Project Settings → Audio. Logic's internal engine runs at 64-bit double precision. When bouncing, Logic applies UV22HR dithering by default when targeting 16-bit — leave this enabled. For high-rate sessions at 96 kHz, Logic's Low Latency Mode can disable high-CPU plugins automatically during tracking.
Pro ToolsPro Tools sets sample rate at session creation and cannot be changed post-hoc without creating a new session, so choose correctly upfront. HDX hardware processes at 64-bit float; Native sessions run at 32-bit float. Use the Bounce to Disk dialog's Bit Depth and Dither/Noise Shaping menus deliberately — Pro Tools applies POW-r dithering algorithms (Type 1, 2, or 3) selectable per export, with Type 3 offering the most aggressive noise shaping for material with significant high-frequency content.
ReaperReaper's project sample rate is set in Project Settings → Media; its internal engine processes at 64-bit float. Reaper's Render dialog exposes the full range of bit depth and dither options, including TPDF dither and multiple noise-shaping curves. Reaper also supports rendering directly to WAV, FLAC, AIFF, and MP3 from the same dialog, making it efficient for multi-format delivery from a single master session.
The Producer's Briefing

Sound better by Friday.

One email a week. The techniques behind the terms — curated by working producers, not algorithms.

No spam · Unsubscribe anytime

07 In the Wild

Abstract knowledge becomes practical when you can hear it in music you know. These tracks demonstrate digital used intentionally, at specific moments, for specific purposes.

Dire Straits — "Money for Nothing" (1985)
0:00–0:45 · Produced by Neil Dorfsman

Recorded and mixed entirely on digital equipment at AIR Studios London, Brothers in Arms became one of the first albums to demonstrate CD-format audio's resolving power to a mass audience. Listen at the opening guitar riff for the high-frequency extension and lack of tape hiss that startled listeners in 1985. The drum room ambience, captured cleanly without the noise floor limitations of analog tape, became a reference point for what digital recording could offer in terms of low-level detail retrieval.

Daft Punk — "Giorgio by Moroder" (2013)
1:08–2:40 · Produced by Daft Punk

Giorgio Moroder's spoken narration describes his own transition from analog to digital synthesis in the late 1970s. The track then demonstrates the sonic contrast between early digital synthesis artifacts and the polished 64-bit floating-point processing of the modern digital studio. The precision of the kick drum transients throughout the track — captured and processed entirely in the digital domain — illustrates how converter quality and internal precision translate to physical impact on a club system.

Kendrick Lamar — "HUMBLE." (2017)
0:00–0:30 · Produced by Mike Will Made It

The opening piano stab and subsequent 808 sub-bass demonstrate the extreme dynamic precision available in a modern 24-bit/48 kHz production environment. The 808's sub-bass is allowed to fully extend to near-0 dBFS without compression artifacts precisely because the 144 dB theoretical dynamic range of 24-bit audio accommodates both the quiet intro space and the full-level low-end simultaneously. Note how the silence between elements is genuinely quiet — a byproduct of the 24-bit noise floor sitting well below the threshold of audibility.

Radiohead — "Everything in Its Right Place" (2000)
0:00–1:00 · Produced by Nigel Godrich

Kid A was recorded using a combination of Macintosh computers, Pro Tools, and extensive digital signal processing at a time when the tools were still maturing. The deliberate digital artifacts in Thom Yorke's processed vocals — the result of extreme pitch manipulation and bit-rate reduction applied in the digital domain — were used as aesthetic choices rather than flaws to be corrected. This track represents a pivotal moment when producers began treating the limitations and characteristics of the digital domain as compositional material rather than technical problems.

Listen On Spotify
Daft Punk — Get Lucky
Kendrick Lamar — HUMBLE.

08 Types & Variants

PCM (Pulse-Code Modulation)
Apogee Symphony MkII · Universal Audio Apollo · Prism Sound Lyra

The dominant digital audio format in all professional production contexts. PCM encodes audio as a linear sequence of integer amplitude values at fixed time intervals, defined by sample rate and bit depth. WAV, AIFF, FLAC, and CD audio are all PCM formats. All major DAWs record, process, and export PCM natively, making it the universal lingua franca of music production.

DSD (Direct Stream Digital)
Korg MR-2000S · Sony PCM-D100 · Merging Technologies HAPI

DSD encodes audio using a single-bit delta-sigma modulation scheme at extremely high sample rates — 2.8224 MHz for DSD64 (64× the CD rate) and up to 22.5792 MHz for DSD512. Originally developed for the Super Audio CD (SACD) format by Sony and Philips in 1999, DSD is used by some mastering engineers and archivists for its distinctive sonic character, though it cannot be processed directly in most DAWs without conversion to PCM.

Lossy Compressed (MP3, AAC, Opus)
iTunes / Apple Music encoder · Spotify OGG encoder · YouTube AAC encoder

Lossy codecs reduce file size by discarding audio information deemed perceptually redundant by psychoacoustic models. MP3 at 320 kbps, AAC at 256 kbps, and Opus at 192 kbps are the formats delivered to end consumers by major streaming platforms. Producers need to understand that these codecs introduce their own processing artifacts — pre-ringing, temporal smearing, and mild high-frequency rolloff — which can interact negatively with already-compressed or saturated masters. Always test masters through a codec encoder before final approval.

32-bit Float WAV
Sound Devices MixPre series · Zoom F8n Pro · Tentacle Track E

An increasingly common field recording format in which each sample is stored as a 32-bit floating-point value rather than a fixed-point integer. Because floating-point encoding allows values both above and below the normal 0 dBFS clipping threshold, 32-bit float recorders cannot clip — any signal that would have overloaded a conventional recorder is captured intact and can be reduced in post-production without distortion. Adopted by field recorders including the Sound Devices MixPre-6 II and Zoom F8n Pro, this format is changing location-recording workflows significantly.

High-Resolution Audio (Hi-Res)
Benchmark DAC3 · dCS Bartók · Chord DAVE

A marketing and retail category encompassing any lossless PCM audio at sample rates above 44.1 kHz or bit depths above 16-bit — typically 96 kHz/24-bit or 192 kHz/24-bit. Hi-Res audio is delivered via platforms including Qobuz, Apple Music Lossless, and TIDAL. The audibility benefits of Hi-Res over standard 44.1/16 CD audio remain contested in peer-reviewed research, but working at higher rates during production provides genuine algorithmic benefits for time-based processing and nonlinear plugins before downsampling to the delivery format.

09 Common Mistakes

10 Producers Also Look Up

11 Further Reading

These MPW articles put digital into practice — specific techniques, real tools, and applied workflows.

12 Frequently Asked Questions

Digital audio is sound encoded as a sequence of numbers. A converter measures the amplitude of a sound wave thousands of times per second and stores each measurement as a binary number. Those numbers are stored, processed, and transmitted, then converted back into an analog electrical signal that drives a speaker. Every DAW, streaming platform, and digital audio device operates on this principle.
Not necessarily better for listening, but often better for processing. Human hearing tops out around 20 kHz, and 44.1 kHz already captures everything audible. However, running sessions at 88.2 or 96 kHz reduces aliasing artifacts from nonlinear plugins (saturators, limiters), improves time-stretching quality, and pushes anti-aliasing filters further outside the audible range. The difference is most relevant during heavy processing rather than for simple recording and playback.
Record at 24-bit for studio sessions with a standard audio interface. The 32-bit float format is specifically valuable for field recording, where you cannot monitor or adjust gain in real time and need protection against unexpected loud transients — the 32-bit float recorder captures the overloaded signal and lets you pull down the gain in post without distortion. For studio work where gain is managed in real time, 24-bit is the professional standard and produces no audible disadvantage.
Analog clipping occurs when a signal exceeds the supply voltage of a circuit, causing gradual waveform rounding that many engineers find musically pleasing. Digital clipping occurs when a sample value exceeds the maximum integer the bit depth can represent (0 dBFS), causing the waveform to be hard-truncated — this sounds harsh and grating because it introduces a sharp flat-top distortion with strong, inharmonic high-frequency content. This is why producers use analog saturation before conversion or in-the-box saturation plugins designed to emulate the gentler analog clipping characteristic.
Streaming platforms transcode your master to a lossy format (AAC, OGG Vorbis, or Opus) for delivery. Lossy codecs use psychoacoustic models to remove information deemed inaudible, but those models are imperfect and can interact with heavily processed material — very loud masters, extreme compression, or content with significant inter-sample peaks can exhibit increased harshness, subtle pitch smearing, or level changes post-encode. Test your master through a codec encoder before finalizing, and target −1 dBTP true-peak to prevent inter-sample clipping after transcoding.
Jitter is timing instability in the digital clock, measured in picoseconds. When sampling instants deviate from their ideal positions, the amplitude measurements are taken at slightly wrong moments, which translates to phase noise in the frequency domain. Audible jitter manifests as a subtle smearing of stereo width and a softening of transient definition. In practice, quality interfaces and dedicated word clock generators reduce jitter to inaudible levels; consumer-grade interfaces vary considerably, and upgrading the clock or converter is one of the most consistently reported audible hardware improvements.
Oversampling runs the plugin's internal DSP at a multiple of the session sample rate (2×, 4×, 8×, or 16×) to push any aliasing artifacts generated by nonlinear processing above the Nyquist frequency of the oversampled rate, where they are filtered before the signal is downsampled back to the session rate. Use oversampling on any plugin that introduces nonlinearity — saturators, distortion units, clipping limiters, and certain compressors. 2× is typically sufficient for moderate saturation; 4× handles aggressive clipping. Be aware that high oversampling multiplies CPU cost proportionally.
Both formats use floating-point encoding, which separates a number into a mantissa (the significant digits) and an exponent (the scale factor), allowing a vast dynamic range without integer overflow. 32-bit float provides approximately 24 bits of mantissa precision (~144 dB dynamic range within the floating-point representation), while 64-bit float provides 53 bits of mantissa precision — an astronomically larger range that eliminates any practical accumulation error across thousands of summing and gain operations. In a mixing session with hundreds of tracks and plugins, 64-bit float processing prevents the gradual buildup of rounding errors that 32-bit can theoretically introduce, though the audible difference is extremely subtle under normal gain-staging practice.

Part of The Producer's Bible — Every term. Every technique. One place.
Published by MusicProductionWiki.com · The Reference Standard for Music Production