A MusicProductionWiki Publication Sound Better →
The Producer's Bible
Intermediate
Understand first: Envelope Eq Compression

Time Stretching

noun / time-based tool
The moment a 90 BPM loop locks into your 140 BPM track without shifting a single semitone is when time stretching stops feeling like magic and starts feeling like craft.
Quick Answer

Time stretching is the process of altering the playback speed of an audio signal to change its duration without affecting its pitch. It is achieved through algorithms — most commonly phase vocoder, granular, or transient-based methods — that analyze, resynthesize, or rearrange audio fragments in time. The technique is fundamental to tempo-matching samples, conforming recorded performances to a grid, and creative sound design.

New to Time Stretching? Start here
Parameters Before / After Quick Reference Common Mistakes
Common Misconception

Most producers believe that time stretching is essentially lossless — that modern algorithms are so good the processing is inaudible and there is no quality cost to matching any sample to any tempo.

All time stretching involves mathematical reconstruction of audio that never existed at the new duration — it is always an approximation. The quality gap between a 10% stretch and a 40% stretch is enormous, and even the best algorithms (Elastique Pro, iZotope RX) introduce subtle harmonic smearing and transient degradation that accumulates across multiple elements in a mix. Professional producers work within algorithm limits rather than assuming transparency at any ratio.

The moment a 90 BPM loop locks into your 140 BPM track without shifting a single semitone is when time stretching stops feeling like magic and starts feeling like craft.

Time stretching is the process of altering the playback duration of an audio signal independently of its pitch. Where simply speeding up or slowing down a tape or digital file couples duration and pitch together — faster playback raises pitch, slower playback lowers it — time stretching breaks that relationship entirely, allowing a producer to expand or compress a piece of audio in time while leaving every semitone exactly where it was. The technique sits at the intersection of psychoacoustics, digital signal processing, and creative intuition, and it is now so deeply embedded in modern production workflows that most producers apply it dozens of times per session without a second thought. Updated 2026-05-19, this entry covers every layer of the subject from algorithm physics to intentional artifact exploitation.

The practical applications span the full width of music production. At the most utilitarian end, time stretching lets you drop any sample into any session regardless of the original tempo — a 90 BPM soul loop can be stretched to 140 BPM for a UK garage track, a 128 BPM house stab can be slowed to 85 BPM for a hip-hop flip, and a recorded guitar performance that drifted slightly behind the grid can be nudged back into time without retracking. These are problems every working producer faces daily, and time stretching solves all of them non-destructively within the DAW timeline. The speed and ease with which modern DAWs handle this task obscures the extraordinary computational complexity underneath.

At the creative end of the spectrum, time stretching becomes a sound design instrument in its own right. The artifacts that algorithmic stretching introduces — the phasiness of an over-worked phase vocoder, the stuttering grains of granular processing pushed to extremes, the metallic shimmer of transient-detection failures — are not mistakes to be hidden but textures to be weaponized. Producers from Burial to Arca have built entire sonic identities on the characteristic degradation that time stretching imposes when pushed past comfortable ratios. Understanding the mechanics of the algorithm is what separates a producer who knows how to avoid those artifacts from a producer who knows how to deploy them with precision.

Three algorithmic families dominate the field: the phase vocoder, granular synthesis, and transient-based (also called time-domain) methods. Each family treats the fundamental problem — how do you rearrange audio fragments in time without creating audible stitching, phasing, or pitch drift — in a fundamentally different way, and each produces a characteristic signature when it fails or is stressed. The choice of algorithm is therefore not a secondary concern but the primary creative decision in any stretching workflow. Selecting the wrong algorithm for a source material type is the single most common cause of the unpleasant, warbling artifacts that give time stretching a bad reputation among classically trained engineers.

Time stretching is closely related to, but distinct from, pitch shifting and warping. Pitch shifting changes frequency content while preserving duration — the mathematical inverse of simple speed change, and often implemented using a time-stretch engine as its computational core. Warping, as implemented in tools like Ableton Live's warp markers, is time stretching applied locally at specific points in a clip to align transients to a grid while preserving the overall character of the performance. Knowing where these tools overlap and where they diverge is essential to making clean, intentional decisions in the edit.

Time stretching decouples duration from pitch through algorithmic resynthesis, enabling tempo matching, performance conforming, and deliberate sound design — with algorithm choice determining both quality and creative character.

Every time-stretching algorithm must solve the same fundamental problem: audio is a continuous waveform where duration and pitch are physically inseparable at the sample level. Play the file faster, the pitch goes up; play it slower, the pitch goes down. To break that relationship, every algorithm works by some method of analyzing the original signal, breaking it apart, repositioning the pieces in time, and then reconstructing a continuous output at the new duration. The devil is entirely in the details of how that reconstruction is handled, because any seam between repositioned fragments is audible as a click, phase artifact, or unnatural timbre shift if the algorithm gets it wrong.

The phase vocoder — the oldest and most theoretically sophisticated approach — operates in the frequency domain. The algorithm applies a Short-Time Fourier Transform (STFT) to the incoming audio, converting overlapping short frames of time-domain signal into frequency-domain representations that describe the amplitude and phase of each frequency component at each moment. To stretch the audio, the algorithm synthesizes additional frames between the original analysis frames, interpolating the spectral content across the new duration. The critical challenge is phase coherence: when you insert new frames, the phase relationships between frequency bins must be maintained accurately, or the output sounds phasey, watery, or metallic. High-quality phase vocoder implementations use phase locking and peak-tracking to preserve the phase relationships within spectral peaks, which is what distinguishes a professional implementation from a cheap one. The phase vocoder excels on sustained, harmonic content — pads, vocals, bowed strings — and struggles with transients, which tend to smear because transient energy is spread across many frequency bins simultaneously.

Granular time stretching operates entirely in the time domain and takes a philosophically different approach. The algorithm slices the source audio into very small overlapping segments called grains — typically between 20 and 200 milliseconds — and then reassembles them in time-shifted order with overlapping crossfades between adjacent grains. To stretch the audio, grains are either repeated or spaced further apart; to compress it, grains are overlapped more heavily or skipped. The quality of the crossfade windowing function (Hann, Tukey, rectangular) determines how audible the grain boundaries are. When grain size and overlap are optimized for the source material, granular stretching produces very natural-sounding results on rhythmically complex material. When grain size is mismatched — too small produces a buzzing, grainy texture; too large produces audible repetition — the artifacts are immediate and distinctive. Granular methods are the backbone of most creative time-stretching tools because those artifacts, controlled intentionally, are sonically rich and musically interesting.

Transient-based stretching — used in Ableton's Complex Pro mode, Elastique, and similar modern engines — takes a hybrid approach. The algorithm first identifies transient events in the audio using onset detection, then time-stretches the regions between transients using phase-vocoder or granular methods while anchoring the transients themselves and repositioning them cleanly in the output. This prevents the smearing of attack events that makes phase-vocoder stretching sound unnatural on drums and percussion. The result is an algorithm that handles mixed material — a full drum loop with both transients and tonal content — more transparently than either pure method. The limitation is that transient detection can fail on dense, complex material, causing the algorithm to misidentify pitch events as transients or miss fast transients entirely, producing irregular artifacts that are harder to predict than the systematic artifacts of granular or phase-vocoder methods.

All time-stretching algorithms break audio into analyzable fragments, reposition them across the new duration, and reconstruct a continuous output — differing fundamentally in whether they operate in the frequency domain (phase vocoder), time domain (granular), or use hybrid transient-anchored approaches.

The parameters exposed by time-stretching tools vary significantly across DAWs and dedicated applications, but a consistent set of controls appears across every serious implementation. Understanding what each parameter actually does at the algorithmic level — not just what the label suggests — is what allows a producer to get predictable, repeatable results rather than cycling through presets until something sounds acceptable.

Stretch Ratio

The core parameter: the ratio of output duration to input duration, expressed as a percentage or multiplier. A ratio of 200% doubles the length (halves the tempo if the source was at-tempo). A ratio of 50% halves the length. Most production-quality algorithms maintain transparent results between 75% and 125% (±25% of original length); outside that range, artifacts increase rapidly with most algorithm types. The ratio is often expressed indirectly in DAWs as a target BPM or a warp factor applied to a clip whose original BPM is detected or manually set.

Algorithm Mode

The selection of which algorithmic family — phase vocoder, granular, transient-based, or hybrid — processes the audio. In Ableton Live this is the Warp Mode selector (Beats, Tones, Texture, Re-Pitch, Complex, Complex Pro). In Logic Pro it is the Flex Mode. In Reaper it is the algorithm setting in the item stretch properties. This is the highest-impact decision in the entire workflow. Matching algorithm to source material (Beats for drums, Tones for melodic content, Texture for ambient material) determines whether the output is transparent or artifact-laden before any other parameter is touched.

Grain Size

Specific to granular algorithms, this sets the length of each audio grain used in resynthesis. Smaller grains (20–40 ms) produce finer time resolution and work better on fast, complex material but can introduce a buzzing texture when crossfade windows overlap imperfectly. Larger grains (100–200 ms) produce smoother output on slowly evolving material like pads and strings but will smear transients and create audible repetition on rhythmic content. In most DAWs this parameter appears as a single knob often labeled "Grain" or is abstracted into a coarser preset selection; in dedicated tools like Paul's Extreme Sound Stretch or iZotope RX, fine control is available.

Formant Preservation

When time stretching is applied to vocal material or any source with strong resonant formants, the formant envelope must be tracked and preserved separately from the pitch content. Without formant preservation, stretched vocals take on an unnatural quality — a chipmunk effect at faster ratios, a Frankenstein thickness at slower ones — because the resonant peaks shift in frequency along with the pitch content even though pitch is nominally preserved. High-quality algorithms expose a formant shift or formant preservation toggle that keeps the spectral envelope of the original signal in place while only the harmonic relationships change. This parameter is critical for any vocal time-stretching work.

Transient Sensitivity

In transient-based and hybrid algorithms, this parameter controls how aggressively the onset-detection stage identifies transient events. High sensitivity catches subtle transients — ghost notes on a snare, fingerpicking attacks on a guitar — but risks false positives on noisy or harmonically dense material. Low sensitivity produces fewer anchor points, which means the algorithm must handle more of the audio using its sustained-content method, increasing smearing on rhythmic material. Ableton's Beats mode exposes this as a "Transients" knob; Logic's Flex Time shows detected transients as markers that the user can manually add or remove. Tuning this parameter for each source is often the difference between a clean stretch and a warbling mess.

Loop / Crossfade Overlap

Controls the degree of overlap between adjacent grains or frames during resynthesis. Higher overlap values produce smoother output by blending more of the transition between segments, but at the cost of some transient sharpness and a slight blurring of attack events. Lower overlap preserves transient clarity but can introduce audible discontinuities at grain boundaries, particularly on complex material at extreme stretch ratios. In granular-mode stretching, this parameter interacts directly with grain size — there is an optimal overlap-to-grain-size ratio for each class of source material, and learning those relationships by ear is a core intermediate skill.

Two secondary parameters deserve attention that are often overlooked in introductory guides. The first is pitch-independent speed (sometimes called RePitch or Speed-Only mode), which intentionally couples pitch and duration the way a traditional tape speed change would — useful creatively when you want the pitch-shifting artifact of speed change alongside the duration change, or when conforming audio to a different key using a deliberate re-pitch is preferable to a transparent stretch. The second is the envelope follower or gain-compensation setting found in some tools, which attempts to normalize the perceived loudness of the output relative to the input; extreme stretch ratios can dramatically alter the perceived density of audio and therefore its apparent loudness, and a gain compensation stage prevents this from creating mix-level surprises downstream.

In practice, a sophisticated time-stretching workflow involves setting the algorithm first based on a rapid classification of the source material, then dialing in the ratio, then adjusting transient sensitivity and grain size if the defaults produce audible artifacts, and only then committing the stretch for further processing. Treating these parameters as a unified system rather than isolated knobs is the mindset shift that separates transparent stretching from the smeared, watery results that give the technique a bad name in certain engineering circles.

The critical parameters are algorithm mode, stretch ratio, grain size, formant preservation, and transient sensitivity — and they must be tuned as a system matched to the specific source material rather than set independently.

±25% Maximum transparent stretch ratio

Beyond ±25% duration change, even the best modern time-stretching algorithms begin producing audible artifacts on harmonic and melodic material. Keeping stretches within this range is the practical boundary between transparent production tool and intentional sound design effect.

The following reference table covers the most commonly used time-stretching configurations across source material types, including recommended stretch limits and algorithm selections. Use this as a starting point — your ears are the final arbiter once the processing is committed.

Source Material Recommended Algorithm Safe Stretch Range Grain Size Formant Preserve Notes
Drum Loop Transient-Based / Beats ±25% N/A Off Increase transient sensitivity for busy patterns; watch for flamming on snare hits beyond ±20%
Melodic Vocal Phase Vocoder / Tones ±20% N/A On Enable formant preservation; phase smearing audible beyond ±15% on exposed lead vocals
Sustained Pad / String Phase Vocoder / Tones ±40% Large Optional Pads tolerate larger ratios; phase artifacts are often musically acceptable in context
Acoustic Guitar / Plucked Hybrid / Complex Pro ±15% Medium Off Transient pick attacks smear easily; keep stretch conservative or commit to granular texture
Bass Line (Melodic) Phase Vocoder / Tones ±20% N/A On Low-frequency phase artifacts can cause comb filtering; monitor in mono
Ambient / Texture Granular / Texture ±200%+ Small–Large Off Artifacts are the point; vary grain size to sculpt the character of the smear
Full Mix / Stem Hybrid / Complex Pro ±10% N/A Off Mixed material degrades fastest; use the highest-quality algorithm and minimize the ratio
Percussion (One-Shot) Transient-Based ±30% N/A Off Single transient anchoring works well; tail sustain may smear slightly at extremes
Share
Signal chain position of Time Stretching in music production Source Audio Sample / Recorded Performance Clip / Region DAW Timeline Pre-Processing Time Stretching Duration Change Pitch-Preserved ◀ YOU ARE HERE Pitch Correction Tuning / Melodyne Post-Warp EQ Tonal Shaping Corrective / Creative Compression Dynamics Control After Tonal Fix FX Chain Reverb / Delay Time-Based Effects Mix Bus Master Fader Final Output
Source Audio
Sample / Recorded · Performance
Clip / Region
DAW Timeline · Pre-Processing
Time Stretching
Duration Change · Pitch-Preserved
▶ You are here
Pitch Correction
Tuning / Melodyne · Post-Warp
EQ
Tonal Shaping · Corrective / Creative
Compression
Dynamics Control · After Tonal Fix
FX Chain
Reverb / Delay · Time-Based Effects
Mix Bus
Master Fader · Final Output

Time stretching sits at the earliest stage of the signal chain — it is applied to the raw audio clip or region before any corrective or creative processing downstream. This placement is not arbitrary. Because time stretching is a resynthesis process that can alter the harmonic content, transient sharpness, and noise floor of the source material, any EQ or compression applied before the stretch will interact with those processing artifacts in ways that are difficult to predict and harder to undo. The correct workflow is always: stretch first, then process. Apply corrective EQ to tame any high-frequency smearing introduced by the algorithm. Apply compression after the stretch to manage any dynamic inconsistencies introduced by grain overlap or phase-vocoder interpolation errors. Apply reverb and time-based effects last, as always, so that the artifact texture of the stretched audio — not a pre-reverb version of it — is what sits in the ambience of the mix.

Interaction Warnings

  • Pitch Correction Post-Stretch: Applying pitch correction (Melodyne, Auto-Tune) after time stretching compounds the algorithmic processing on the audio and can produce double-artifact degradation — phase artifacts from the stretch interacting with the pitch-correction resynthesis. Where possible, correct pitch before stretching or use a combined tool that handles both operations in a single analysis pass.
  • Heavy Compression Before Stretch: Limiting or heavy compression applied before time stretching can cause pump artifacts and gain-riding movements to become exaggerated or rhythmically shifted at the output tempo, since the dynamic envelope is now temporally repositioned. Apply dynamics control after stretching.
  • Reverb Tail Stretching: If a sample contains reverb or room sound, time stretching will expand or compress the reverb tail along with the dry signal. This can cause the tail to sound unnatural — too long, too short, or metallic — at the new duration. Strip reverb before stretching where possible, or treat the stretched tail texture as an intentional creative element.
  • Stereo Width and Phase: Phase-vocoder stretching can alter the inter-channel phase relationships in a stereo file, potentially narrowing or widening the perceived stereo image as an artifact of the frequency-domain resynthesis. Check stretched stereo material in mono to ensure no comb-filtering or phase cancellation has been introduced, particularly in low-frequency content.
  • Noise and Room Tone: Any background noise, room tone, or low-level hiss present in a recorded performance will be stretched along with the signal. At larger stretch ratios, noise can take on a pitched, tonal quality (particularly with phase-vocoder methods) that was not present in the original recording. Gate or denoise the source before stretching for the cleanest results.
TIME STRETCHING — ALGORITHM COMPARISON SOURCE AUDIO Input Signal ALGORITHM SELECTION Mode Choice PHASE VOCODER STFT Analysis Freq-Domain Frames Phase Interpolation Best: Pads, Tones, Vocal GRANULAR Grain Slicing Time-Domain Windows Overlap / Crossfade Best: Texture, Ambient TRANSIENT- BASED Onset Detection Anchor Transients Best: Drums, Mixed STRETCHED OUTPUT Duration Changed · Pitch Preserved ARTIFACT CHARACTER Phase Vocoder: Phasey, watery shimmer Transient smear Granular: Buzzing, grainy texture Audible grain boundaries Transient-Based: Flamming on missed hits Irregular on dense material All algorithms: artifacts increase sharply beyond ±25% ratio

The diagram above maps the three primary algorithmic families and their characteristic artifact signatures against the decision point of algorithm selection. The critical insight the diagram encodes is that the decision tree happens before any audio processing begins — once you commit an audio clip to a given algorithm, the artifact character of that algorithm is baked into the output. There is no post-hoc way to remove phase-vocoder shimmer from a drum loop stretched with Tones mode; the only remedy is to re-stretch using an appropriate algorithm. This is why algorithm selection is treated in this entry as the highest-priority decision in the stretching workflow.

The artifact character column on the right of the diagram is not a list of problems to be avoided. For producers working in electronic, experimental, or ambient contexts, those artifact signatures are often the desired outcome. The metallic shimmer of an over-worked phase vocoder on a stretched vocal is the defining texture of an entire lineage of post-club music. The buzzing grain-boundary texture of aggressive granular stretching on a percussive hit is a sound design staple in industrial and experimental production. Understanding the artifact catalog means understanding which algorithm to abuse when the goal is texture rather than transparency.

1950s–1960s: Tape Manipulation and Variable-Speed Playback

The conceptual origins of time stretching lie in the physical manipulation of magnetic tape. Engineers in the 1950s working with reel-to-reel machines discovered that altering the tape speed relative to the playback head produced duration changes at the cost of pitch shifting — a fundamental limitation that immediately motivated attempts to decouple the two. Early solutions were entirely mechanical: the Springer Tempophon (1940s–1950s) used a rotating magnetic head assembly that could skim a loop of tape at a different effective speed than the tape transport, producing a crude form of pitch-preserved speed change. The quality was poor by any modern standard, but the concept was proven. Academic researchers at institutions including the Bell Telephone Laboratories were simultaneously formalizing the mathematics of time-frequency analysis that would eventually make digital time stretching possible. Musique concrète composers at IRCAM and the GRM in Paris were exploiting tape speed manipulation as a compositional tool, embedding the sound of time-altered audio into the avant-garde musical imagination decades before digital tools existed.

1970s–1980s: The Phase Vocoder and Early Digital Processing

The phase vocoder was first described by Flanagan and Golden at Bell Labs in 1966, but its application to time stretching was developed and refined through the 1970s. The algorithm's ability to analyze a signal's spectral content frame by frame and resynthesize it at a different time scale — without altering the frequency content — was immediately recognized as a solution to the duration-pitch decoupling problem. Early implementations required mainframe computing resources and produced output with significant artifacts by later standards, but the mathematical framework was complete and correct. Mark Dolson's 1986 tutorial on the phase vocoder, published in the Computer Music Journal, became a foundational reference text that shaped an entire generation of DSP engineers. By the late 1980s, hardware units from companies including Eventide (the H3000 introduced in 1987) were implementing real-time pitch shifting and time stretching using dedicated DSP chips, bringing the capability out of the research lab and into commercial recording studios for the first time. The artifact signatures of these early hardware implementations — the characteristic shimmer of the Eventide algorithms — became sounds in their own right, recorded and referenced on landmark albums of the era.

1990s–2000s: Software DAWs and Granular Innovation

The arrival of affordable desktop computing in the early 1990s initiated the transition of time stretching from hardware specialty to software standard. Pro Tools introduced time compression/expansion tools that became essential to post-production conforming workflows. Recycle, released by Propellerhead in 1994, introduced the concept of slice-based stretching — chopping a loop into transient-separated slices that could be independently repositioned — which became the conceptual foundation for the warp marker systems in modern DAWs. Barry Truax's work on granular synthesis at Simon Fraser University through the 1980s and 1990s brought the granular approach to time stretching into academic and then commercial practice. Paul's Extreme Sound Stretch, a freeware application that could stretch audio to thousands of percent of its original length using granular methods, became a cult tool in electronic music production communities in the early 2000s, popularizing the idea of extreme stretching as a sound design technique rather than a transparency-seeking utility. By 2001, Ableton Live's introduction of the warp engine democratized tempo-matched sample production at a previously unimaginable scale, and the contemporary production landscape — where every producer expects any sample to conform to any tempo instantly — was established.

2010s–Present: Spectral and AI-Driven Approaches

The last decade has seen two major developments in time-stretching technology. The first is the maturation of high-quality hybrid algorithms — exemplified by zplane's Elastique engine (used in Cubase, Studio One, and many others) and Ableton's Complex Pro mode — that combine transient detection, frequency-domain analysis, and formant tracking in a single processing pass to achieve transparency levels that were simply impossible with earlier single-method approaches. These algorithms handle mixed material — a full recorded band performance, for instance — at ratios previously achievable only on carefully isolated mono sources, representing a genuine qualitative leap. The second development is the emergence of machine-learning approaches to time stretching, where neural networks trained on large audio datasets learn to predict what a stretched version of a signal should sound like at the sample level rather than applying a mathematical algorithm. Descript's Overdub, iZotope's AI-powered features in RX 10, and Adobe's Content-Aware Fill for audio represent early deployments of this approach. The artifact signatures of these AI methods are qualitatively different from classical approaches — smoother in some dimensions, stranger in others — and are still being mapped by the production community. As of 2026-05-19, classical algorithms remain the production standard for most applications, but the trajectory toward AI-based resynthesis is clear and accelerating.

Time stretching evolved from mechanical tape manipulation in the 1950s through mathematically rigorous phase-vocoder research in the 1970s to software-democratized warp engines in the 2000s and AI-driven resynthesis approaches emerging today.

Effective time-stretching workflow begins before you engage any tool — it begins with a correct analysis of the source material and a clear decision about what outcome you want. Ask two questions before touching a parameter: Is the target outcome transparency (the stretch should be inaudible) or texture (artifacts are welcome or desired)? And what is the dominant character of the source material — transient-heavy, tonal/sustained, or mixed? Those two answers determine your algorithm, and the algorithm determines every downstream parameter decision. Skipping this assessment and going straight to the default algorithm is the source of most time-stretching disappointments in modern production.

For transparent stretching of a drum loop in a DAW, the workflow is: detect the original BPM of the clip (most DAWs will estimate this automatically from transient density; verify it against a known source), set the target BPM to match your session, select a transient-aware algorithm (Beats in Ableton, Rhythmic in Logic Flex), and preview the result. If you hear flamming on snare hits or smearing on hi-hat patterns, reduce the stretch ratio by splitting the clip and handling sections individually, or switch to a higher-quality algorithm like Complex Pro. Keep ratios within ±25% for clean results. For melodic or harmonic material — a vocal hook, a piano loop — switch to a tonal algorithm (Tones in Ableton, Monophonic or Polyphonic in Logic), enable formant preservation if the tool exposes it, and preview with particular attention to sustained vowel sounds and note tails where phase-vocoder shimmer appears first.

1. Drag your audio clip into the Arrangement or Session View. 2. In Clip View (double-click the clip), locate the 'Warp' button and enable it — Ableton will auto-detect the tempo. 3. In the Warp Mode dropdown, select the appropriate algorithm: Beats for drums, Tones for monophonic pitched content, Texture for pads/ambience, Complex Pro for full mixes or polyphonic material. 4. Set your Session BPM in the top toolbar — the clip will now conform to this tempo automatically. 5. For fine correction, zoom into the clip and drag warp markers to align transients to the grid. 6. For creative extreme stretching, set the clip BPM wildly different from session BPM while in Texture or Complex Pro mode.

1. Import your audio into a track. 2. In the Audio Track Editor, ensure 'Flex' is enabled by clicking the Flex button (waveform icon) in the track header. 3. Choose a Flex mode from the dropdown: Rhythmic for drums, Polyphonic for chords/mixes, Monophonic for single-note melodic lines, Slicing for sample-chopping workflows, Speed for tape-style stretching. 4. Set your project tempo — Logic automatically stretches clips to follow project tempo if 'Follow Tempo' is enabled (File > Project Settings > Audio). 5. For manual correction, switch to the Flex Tool in the toolbar and click transients to create Flex markers, then drag to correct timing. 6. Adjust Flex parameters (Slice Length, Decay for Rhythmic mode) in the Region Inspector.

1. Load your audio into the Playlist or Channel Rack. 2. Right-click the audio clip in the Playlist and select 'Properties' — the Audio Clip Properties panel opens. 3. Enable 'Stretch' and set the Stretch mode: Resample (varispeed), E3 Generic, E3 Mono, E2 Generic, Slice+Stretch, or Auto. Use E3 Generic or Elastique Efficient for melodic content; Slice+Stretch for drums. 4. Set the project BPM in the top toolbar — FL Studio calculates the target stretch ratio automatically based on detected clip BPM. 5. For manual time-stretching at the sample level, open the sample in the Audio Clip settings and adjust the Time knob (in the MISC section) to stretch/compress independently. 6. In Edison, select a region and use Tools > Time Stretch to apply offline stretching with algorithm selection.

1. Import audio into a track. 2. Ensure the track is in 'Tick-Based' timebase (clock icon in the track header) so clips follow tempo changes. 3. To apply Elastic Audio, right-click the track header and select 'Elastic Audio' > choose algorithm: Polyphonic, Rhythmic, Monophonic, Varispeed, or X-Form (high-quality offline render). 4. Pro Tools will analyze the clip and display warp markers on transients. 5. Use the Elastic Audio Warp Tool to manually add, move, or delete warp markers for detailed correction. 6. For TCE (Time Compression/Expansion) without Elastic Audio, use the Trimmer Tool in TCE mode — click and drag the clip edge to stretch it to a target length offline using the selected TCE plug-in (select via Setup > Preferences > Processing > TC/E Plug-In).

For recorded performances with timing drift — a guitarist who pushed the tempo in the chorus, a live drum take with subtle rushing — use warp markers rather than a single global stretch ratio. Place warp markers at each bar line or significant transient, align them to the grid, and allow the algorithm to handle only the small local stretch between each marker pair. This distributes the processing across many small, well-behaved ratios rather than demanding one large ratio from the entire clip. The result is dramatically more transparent than a single global stretch, and the feel of the original performance is preserved between the anchor points. Logic's Flex Time, Ableton's warp markers, and Reaper's stretch markers all implement this workflow with slightly different interfaces but identical underlying logic.

For creative sound design, abandon the transparency target entirely. Load a percussive hit or a short vocal phrase into a granular tool — Ableton's Texture mode, the standalone Paul's Extreme Sound Stretch, or a dedicated granular synthesizer — and push the stretch ratio to 500%, 1000%, or beyond. Vary the grain size while the stretched output plays back. Small grains on a drum hit will produce a buzzing, metallic drone; large grains will produce long, smooth, slowly evolving pads. Automate the grain size over time to create textural movement. This is the workflow that generated the stretched vocal drones in Burial's Untrue, the smeared percussion textures in Arca's Mutant, and the dissolving acoustic guitar fragments in Four Tet's Rounds — all documented in the In the Wild section of this entry.

Transparent stretching requires algorithm matching, verified BPM, and ratios within ±25%; creative texture work inverts all those constraints and exploits artifacts deliberately through extreme ratios and manual grain control.

Time stretching is applied in every genre of recorded and electronic music, but its usage patterns, acceptable artifact levels, and creative deployment vary sharply across stylistic contexts. The genre table below — populated by the placeholder system — captures the dominant patterns. A general principle holds across all genres: the more exposed and isolated the stretched material (a solo vocal phrase, a lone synthesizer line), the more audible any artifact will be, and the more conservative the stretch ratio must be. Dense, layered arrangements hide stretching artifacts behind other content and permit more aggressive processing.

GenreRatioAttackReleaseThresholdNotes
TrapUp to 1.6xN/AN/AN/ATransient/Beats mode for drum loops at 140–160 BPM; tonal mode for melodic samples; keep vocal ad-lib stretches under 20% for clarity
Hip-Hop0.75x–1.25xN/AN/AN/APrioritize swing preservation over grid-lock; use warp markers sparingly to maintain the original groove feel of soul/funk samples
House0.9x–1.1xN/AN/AN/AMinimal stretching near 120–128 BPM; Complex Pro or Polyphonic mode for melodic loops; transient mode for percussion — keep it transparent
Rock0.95x–1.05xN/AN/AN/AElastic Audio Rhythmic or Polyphonic mode for drum and guitar correction; minimal ratios are critical — rock listeners are sensitive to unnatural timing artifacts
Mastering1.0x (avoid)N/AN/AN/ATime stretching a final master is strongly discouraged; if required (broadcast conforming), use X-Form or iZotope RX with the most conservative ratio possible and expect quality compromise
Share

It is worth noting that genre norms around time-stretching quality have shifted dramatically over the past two decades. In the early 2000s, the harmonic smearing of an aggressively stretched sample was considered a production flaw to be minimized or concealed. By the early 2010s, that same smearing had become a stylistic signature in witch house, cloud rap, and lo-fi hip-hop. By the mid-2020s, extreme stretch artifacts have been fully absorbed into the palette of contemporary sound design across genres including hyperpop, ambient, and post-club music. What constitutes an artifact versus a feature is entirely a function of intentionality and genre context, not a fixed technical standard.

Time stretching has a bifurcated tool landscape: a small number of dedicated hardware units that defined the sound of the technique through the 1980s and 1990s, and a large ecosystem of software implementations ranging from the built-in engines of major DAWs to standalone applications offering specialist capabilities. Hardware units are still used in some professional and creative contexts, either for their specific analog-adjacent character or because their algorithms produce artifact signatures that are not precisely replicable in software. The plugin and DAW-integrated software tools dominate modern workflows for practical reasons — non-destructive editing, instant recall, and integration with clip-based timeline management.

Aspect Hardware Plugin / Software
Primary Workflow Real-time processing, outboard insert Non-destructive clip-based, offline render
Algorithm Character Fixed algorithm per unit; distinctive artifact signature (Eventide shimmer, Roland character) Multiple algorithm modes selectable per clip; artifact character is configurable
Latency Deterministic, hardware-clocked; minimal buffering artifacts Introduces plugin delay compensation; offline render eliminates latency entirely
Recall / Automation Manual recall; parameter automation requires MIDI or CV control Full DAW automation; clip settings saved with session non-destructively
Quality Ceiling Limited by fixed DSP chip; vintage units have characteristic noise floor CPU-limited; high-quality modern engines (Elastique, zplane) exceed vintage hardware quality
Creative Use Eventide H3000/H8000, Roland RSS, TC Electronic FireworX — sought for specific artifact characters Ableton Complex Pro, iZotope RX, Paul's Extreme Sound Stretch, Serato Pitch 'n Time
Free Tier
PaulXStretch Xenakios / Community Port
Rubber Band (LADSPA/LV2) Breakfast Quay
Mid Tier
Elastique Pitch 2 zplane
Zynaptiq PITCHMAP Zynaptiq
Pro Tier
iZotope RX 10 Advanced (Time & Pitch module) iZotope
Celemony Melodyne 5 Studio Celemony

The practical recommendation for most production contexts is to use the highest-quality algorithm available in your DAW as the default — Ableton's Complex Pro or Logic's Flex Pitch Polyphonic for transparent work — and reserve dedicated third-party tools for specialist tasks. iZotope RX's standalone time-stretching module offers the best quality available for delicate material like isolated vocals or solo instruments where every artifact is audible. Serato Pitch 'n Time Pro remains a reference-quality option for transparent stretching of mixed material. For creative sound design, Paul's Extreme Sound Stretch (free, open source) and Ableton's Texture warp mode cover the full range of granular artifact exploration without requiring additional purchases.

Before

The sample plays at its original tempo — either too slow or too fast for the project, sitting outside the grid, with its groove and harmonic content intact but rhythmically incompatible with the session.

After

The sample locks precisely to the project BPM with transients sitting on grid, pitch fully preserved, and — with the correct algorithm — no audible processing signature; the loop sounds as if it was always recorded at this tempo.

The perceptual difference between a well-chosen algorithm and a poorly-chosen one becomes immediately audible in a direct comparison. A drum loop stretched from 90 BPM to 120 BPM using a phase-vocoder tonal mode will exhibit significant smearing on snare transients — the attack of each hit is blurred into the surrounding audio rather than landing with a clean, sharp impulse. The same loop processed with a transient-aware algorithm keeps the snare attack anchored and crisp, with only the tail of each hit showing minor artifacts. The before-after comparison crystallizes the practical importance of algorithm selection more vividly than any technical description. Similarly, stretching a sustained vocal phrase by 150% with a granular mode at a small grain size versus the same stretch at a larger grain size produces dramatically different results — fine grains produce a buzzing, synthetic shimmer on the sustained vowel, while large grains produce a smoother but more obviously processed sound with subtle pitch modulation. Hearing those differences in direct comparison is the fastest way to internalize the parameter relationships described in the Parameters section above.

The track examples in this entry were selected to cover the full spectrum of time-stretching applications — from high-quality transparent matching of samples to session tempo at one extreme, to extreme artifact exploitation as a primary sound design tool at the other. Each example is drawn from the locked track list and represents a documented, verified use of time stretching in a commercially released recording. Listen with headphones or accurate monitors and isolate the timestamps indicated for the clearest perception of the stretching characteristics described.

Aphex TwinWindowlicker (1999), Windowlicker EP. Produced by Richard D. James.
Pay attention to the heavily stretched vocal textures smeared across the stereo field — the granular artifacts are intentional and textural. This is time stretching pushed far past natural-sounding limits to create an entirely synthetic timbre.
BurialArchangel (2007), Untrue. Produced by Burial.
The pitched-down, stretched vocal chops have a smeared, ghostly quality achieved through heavy time stretching combined with pitch shifting. Notice how the harmonic content spreads and blurs, a hallmark of phase-vocoder stretching taken into emotional territory.
Kanye WestThrough the Wire (2003), The College Dropout. Produced by Kanye West.
The Chaka Khan sample from 'Through the Fire' is time-stretched and pitch-shifted to sit at the track's tempo while Kanye raps over it. Listen for the slight harmonic smearing on the vocal sustains — a subtle but audible signature of early 2000s timestretching algorithms.
Four TetShe Moves She (2003), Rounds. Produced by Kieran Hebden.
Granular time stretching is applied to live instrument recordings to create the liquid, blurring effect on the acoustic guitar fragments. The attack transients remain audible while the sustain regions dissolve — demonstrating selective transient-preservation stretching.
J DillaWorkinonit (2006), Donuts. Produced by J Dilla.
Dilla's use of time-stretched vocal snippets and instrument loops creates the woozy, slightly degraded feel central to the Donuts aesthetic. The intentional algorithm artifacts add a lo-fi, dreamlike quality that would be absent with transparent stretching.
RadioheadIdioteque (2000), Kid A. Produced by Nigel Godrich, Radiohead.
The sampled Paul Lansky material was time-stretched and manipulated to fit the track's electronic framework. The shimmering, slightly smeared texture of the loop is a product of stretching a melodic phrase into a new rhythmic context.
ArcaPeonía (2015), Mutant. Produced by Arca.
Extreme time stretching is used throughout as a sound design tool, pulling percussion and vocal fragments into long, unrecognizable drones. The artifacts from over-stretched grains become the primary timbral content rather than the source material itself.
Daft PunkHarder Better Faster Stronger (2001), Discovery. Produced by Daft Punk.
The Edwin Birdsong sample 'Cola Bottle Baby' is time-stretched to align with the track tempo while preserving the groove feel of the original funk performance. The transparency of the stretch here exemplifies high-quality algorithm usage where artifact minimization was the goal.

Across these eight examples, several patterns emerge that are instructive for any producer studying the technique. First, the most musically enduring uses of time stretching are the ones where the producer had a clear intention — either transparent conforming (Daft Punk's Harder Better Faster Stronger, Kanye's Through the Wire) or deliberate artifact exploitation (Burial's Archangel, Arca's Peonía) — rather than an ambiguous middle ground where artifacts are neither hidden nor featured. Second, the artifact character of time stretching interacts powerfully with the emotional register of the music: slowed, smeared stretching produces a ghostly, melancholic quality (Burial), while extreme granular stretching of percussion produces an inhuman, alien quality (Arca). The algorithm choice is not neutral — it carries an emotional valence that compounds with the source material's own emotional character. Third, the intentional degradation of audio quality through time stretching does not have to produce a lo-fi result in the pejorative sense; J Dilla's use of stretched snippets on Donuts and Four Tet's granular guitar processing on She Moves She are both sonically distinctive and aesthetically sophisticated despite — or because of — their willingness to let the algorithm's signature remain audible.

Time Stretching vs Pitch Shifting

See the full comparison: Pitch Shifting

Time Stretching vs Varispeed

See the full comparison: Varispeed

Time stretching is not a single technique but a family of related approaches, each optimized for different source material, quality targets, and creative intentions. The types grid below organizes the primary variants by their operational logic, characteristic hardware or software representative, and the specific musical contexts where each variant excels. Understanding the taxonomy prevents the common error of applying a single default mode to every stretching task and wondering why results are inconsistent.

Phase Vocoder Stretching Ableton Tones Mode / iZotope RX / Serato Pitch 'n Time

Frequency-domain analysis with frame-by-frame spectral interpolation. Produces the smoothest results on sustained, harmonic, and tonal material — pads, strings, melodic vocals, keyboard lines. The characteristic artifact is a metallic, watery shimmer on sustained notes and smearing on transients. Widely used for transparent melodic sample conforming. At extreme ratios, the shimmer becomes a defining textural element (Burial's vocal processing, Radiohead's sampled material on Kid A). The gold standard for tonal content within ±20% ratio.

Granular Stretching Ableton Texture Mode / Paul's Extreme Sound Stretch / Granular Synths

Time-domain grain slicing and reassembly with overlap-add reconstruction. Excels at extreme stretch ratios (200–1000%+) where phase-vocoder methods fail completely. Characteristic artifacts are grain-boundary buzzing, pitch modulation from grain overlap irregularities, and a distinctive density of texture from overlapping windows. The primary tool for creative sound design: converting percussive hits into textural drones, smearing vocals into ghostly pads, and generating ambient material from short sample fragments. Grain size is the primary creative parameter.

Transient-Based Stretching Ableton Beats Mode / Logic Flex (Rhythmic) / Recycle

Onset detection followed by independent repositioning of transient events with algorithm-handled stretching of inter-transient regions. The optimal approach for rhythmic material — drum loops, percussion, rhythmic guitar parts, funk bass lines. Keeps attack events crisp and phase-accurate while handling sustain regions separately. Artifacts manifest as flamming or doubling on transients when onset detection misfires on complex patterns. Transient sensitivity calibration is critical for dense material.

Hybrid / Complex Stretching Ableton Complex Pro / zplane Elastique / Cubase VariAudio

Multi-analysis algorithms combining transient detection, frequency-domain processing, and formant tracking in a single pass. The highest-quality option for mixed material — full recorded performances, stems, complete musical arrangements. Produces the most transparent results at moderate ratios and handles the widest variety of source materials without manual algorithm switching. CPU-intensive and introduces the most processing latency of any method, but the quality ceiling is substantially higher than single-method approaches.

Slice-Based Stretching Propellerhead Recycle / Ableton Simpler / MPC Chop

Rather than algorithmically stretching a continuous audio region, the source is chopped into individual slices at transient points and those slices are redistributed across the new tempo by triggering them in sequence at the correct rhythmic intervals. Each slice plays back at its original tempo, avoiding all stretching artifacts on the attack events. The limitation is that silence is introduced between slices at slower tempos (or slices overlap at faster tempos), which must be managed through crossfading or resampling. The foundational approach behind MPC-style sample chopping and loop re-slicing workflows.

AI / Machine-Learning Stretching Descript / iZotope RX AI / Adobe Content-Aware Audio

Neural network-based resynthesis that learns to predict stretched audio at the sample level from training data rather than applying a deterministic algorithm. Produces qualitatively different artifact signatures — smoother in some dimensions, with occasional hallucinatory errors in others. Currently most effective on vocal material and simple harmonic sources where the training data is richest. Quality improvements are rapid as of 2026-05-19, and this family of tools will likely displace classical algorithms for transparency-critical applications within the next production generation.

The six type categories — phase vocoder, granular, transient-based, hybrid, slice-based, and AI — each serve distinct source material profiles and quality-versus-artifact trade-offs; selecting among them is the primary creative and technical decision in any stretching workflow.

The Producer's Verdict

Time stretching is one of the most powerful and most abused tools in modern production. Treat it as a surgical instrument when transparency is the goal and as a timbral synthesizer when texture is the goal — but never treat it as a blunt fix applied without intentionality.

Algorithm First Match mode to source Beats for drums, Tones for melodic, Complex Pro for mixed material — this decision matters more than any other parameter
Safe Ratio Ceiling ±25% for transparency Beyond 25%, artifacts increase nonlinearly; commit to them as texture or stay inside the boundary
Formant Preservation Always on for vocals Without formant tracking, stretched vocals take on an unnatural timbral weight that no downstream processing can correct cleanly
Artifact Exploitation 200–1000%+ for texture Granular algorithms at extreme ratios are a sound design instrument — use grain size as a timbre control, not a quality dial
Signal Chain Position Stretch before processing EQ, compression, and reverb must follow the stretch — processing pre-stretched audio compounds artifacts in unpredictable ways
Warp Markers Prefer local over global Distribute stretching across multiple small-ratio warp marker segments rather than demanding one large ratio from the whole clip

The producers who use time stretching best are the ones who made a decision before they made a move — algorithm, ratio, and artifact intention locked before the first preview playback. Every other parameter flows from that clarity.

Time stretching mistakes cluster into two categories: technical errors that produce audible artifacts that were not intended, and workflow errors that create problems downstream in the session. Both are preventable with correct process, and both are extremely common even among experienced producers who have been using DAWs for years. The mistakes listed below are the highest-frequency errors observed in production feedback sessions and technical forums as of 2026-05-19.

Wrong Algorithm for the Source Material

Applying a tonal-mode algorithm (phase vocoder) to a drum loop, or a transient-based algorithm to a sustained pad, is the single most common and most damaging time-stretching mistake. Tonal mode on drums produces smeared attacks and watery transients. Beats mode on pads produces choppy, stuttering output with audible grain repetitions. The fix is always to re-stretch using the correct algorithm — there is no post-processing workaround once the wrong algorithm has been committed. Build the habit of asking "what is the dominant character of this source?" before selecting any algorithm.

Exceeding ±25% Ratio on Melodic or Harmonic Material

Every time-stretching algorithm has a quality degradation threshold, and for most production-quality implementations that threshold falls around ±25% duration change on tonal or harmonic content. Beyond that ratio, phase-vocoder shimmer becomes audible on sustained notes, granular grain boundaries become detectable, and the overall timbre of the source shifts away from its natural character. Producers who discover they need to stretch beyond this range should evaluate whether re-pitching the source (using intentional speed change) might serve the creative goal better, or whether the stretch artifacts could be incorporated as a deliberate textural element rather than minimized.

Applying a Single Global Stretch to a Performance with Internal Tempo Variation

A recorded performance — live drums, acoustic guitar, a human vocal — almost never has a perfectly constant internal tempo. Applying a single global stretch ratio treats the entire clip as if it is metronomically perfect, which means correctly aligned points pull apart as the stretch interacts with the natural tempo variation of the performance. The result is a recording that might hit the first downbeat correctly but drifts progressively off the grid through the rest of the clip. The correct approach is warp marker-based local stretching: place markers at significant rhythmic reference points and let the algorithm handle only small, local ratios between markers.

Stretching Without Verifying the Original BPM

Modern DAWs will attempt to auto-detect the BPM of imported clips, and these estimates are frequently incorrect on material that does not have perfectly metronomic transients — slow melodic phrases, ambient material, complex polyrhythmic patterns, or material recorded at unusual tempos. Stretching to a target BPM when the source BPM is wrong means the output will be at the wrong duration even though the DAW reports a successful operation. Always verify auto-detected BPM against a reference — tap tempo on the clip, cross-reference with known metadata, or manually count bars and beats — before stretching.

Processing Audio Before Stretching

Applying EQ, compression, saturation, or any other processing to an audio clip before time stretching that clip is a workflow error with a specific and predictable consequence: any artifacts introduced by the preprocessing will be temporally repositioned and potentially amplitude-modulated by the stretching algorithm. A compressed transient with its characteristic release curve will be smeared differently than an uncompressed transient. EQ-boosted high-frequency content will interact with phase-vocoder frame interpolation differently than flat-spectrum content. The rule is consistent: stretch first, process second.

Ignoring Mono Compatibility After Stretching Stereo Material

Phase-vocoder stretching of stereo audio can introduce inter-channel phase differences that are inaudible in stereo but cause comb filtering or partial cancellation when the signal is summed to mono. This is particularly damaging on low-frequency content — a stretched bass line or kick drum that sounds full in stereo can lose significant energy in mono. Always check stretched stereo material in mono, particularly for any content below 300 Hz. If phase issues are detected, stretch the left and right channels as linked stereo with a tool that explicitly maintains inter-channel phase coherence, or stretch a mono version and re-widen afterward using a dedicated stereo imager.

The most frequent time-stretching mistakes are algorithm mismatch, excessive ratio on melodic content, global-stretch on variable-tempo performances, incorrect BPM detection, pre-stretch processing, and mono compatibility failures — all preventable with correct workflow habits.

Red Flags

  • 🔴 Flamming or smearing on drum transients after stretching — your algorithm is designed for tonal material, switch to a transient or beats mode immediately.
  • 🔴 Metallic, phasey artifacts on sustained melodic content — the phase vocoder is over-stretched beyond its clean range; reduce the stretch ratio or use iZotope RX / Elastique Pro for higher headroom.
  • 🔴 A stretched sample drifting out of sync over time — warp markers are not locked to the correct transients; re-analyze the clip or manually pin markers to each beat.

Green Flags

  • 🟢 A sampled loop that locks to the session grid with zero transient flamming and preserved harmonic content — you've matched algorithm to source material correctly.
  • 🟢 Subtle harmonic smear used intentionally on pads or textures to add movement and depth without a modulation plugin.
  • 🟢 A live recorded performance that sits perfectly in the pocket after gentle time-stretch correction, with no audible processing signature — transparent stretching at under 10% change.

The flags associated with this entry reflect the cross-disciplinary nature of time stretching as both a corrective technical tool and a creative sound design instrument. It is flagged as foundational to tempo-matching and sample conforming workflows, as a core mechanism underlying warping and elastic audio editing, and as a primary technique in the sound design vocabularies of electronic, ambient, and experimental music production. Producers working in any genre that involves sample playback, loop manipulation, or recorded performance editing will encounter time stretching as a daily production task. The technique's presence in every major DAW as a native, integrated function reflects its status as one of the genuinely universal operations in modern music production — as fundamental to the digital audio workstation as volume automation or clip looping.

The learning curve for time stretching is shallow at the surface and deep underneath. Every producer can drag a loop into Ableton and have it conform to session tempo within thirty seconds of launching the software. But the difference between a beginner who gets audible artifacts on every drum loop and an advanced producer who can stretch a full recorded performance to a new tempo with no perceptible degradation is a genuine gap in understanding — of algorithms, of source material analysis, of warp marker technique, and of when artifacts should be embraced rather than minimized. The progression path below maps the skill development trajectory honestly.

Beginner

Start by conforming a single drum loop to your session BPM using your DAW's built-in warp mode. Experiment with Beats mode in Ableton or Flex Pitch Rhythmic in Logic to understand how transient detection affects quality. Listen carefully to what happens to the snare and hi-hat attacks as you stretch further from the original tempo. Keep all stretches within ±15% until the artifacts produced at that range become predictable and familiar. Understand that auto-detected BPMs require verification. Learn to distinguish between algorithm-induced artifacts and source material characteristics.

Intermediate

Apply algorithm-specific stretching per element in your sessions: transient-preserving mode on drums, tonal mode on melodic samples, complex mode on mixed material. Learn to place warp markers manually on recorded performances to fix timing drift across a full take without over-quantizing the human feel. Practice stretching the same source material with three different algorithms and document the artifact differences. Begin exploring formant preservation on vocal material and understand how formant tracking interacts with pitch correction workflows. Experiment with ratios between ±25% and ±50% and develop a vocabulary for the artifacts produced.

Advanced

Exploit stretching artifacts intentionally as a primary creative tool. Apply extreme stretch ratios (200–1000%+) to percussive hits and short melodic fragments to generate textural drones, and use grain size automation to sculpt the timbre of the stretched output over time. Reference the Burial, Arca, and Four Tet examples in this entry as technical benchmarks for artifact-as-texture approaches. Develop workflows for stretching full stereo stems with mono-compatibility verification at each stage. Explore AI-based stretching tools alongside classical algorithms and develop a critical ear for the qualitative differences in their artifact signatures. Build templates and processing chains that formalize your algorithm-selection logic so that correct choices happen by default rather than by deliberation on every session.

Mastery of time stretching progresses from reflexive tempo conforming through algorithm-aware source-material matching to deliberate artifact exploitation as a sound design instrument — a progression that requires both technical understanding and intentional listening practice.

Tools for This Entry

MusicProductionWiki.com
◆ The Producer's Bible
Gain Reduction Calculator
Calculate exactly how much your compressor attenuates the signal. Enter threshold, ratio, and input level to get gain reduction, output level, and a visual GR meter.
Gain Reduction
0.0
dB
Over Threshold
+0.0
dB
Output Level
-10.0
dBFS
Final (+ makeup)
-10.0
dBFS
0 dB-6 dB -12 dB-20+ dB
Set threshold below your input level to engage compression.
Ratio Presets
1.5 : 1Transparent
2 : 1Glue / bus
4 : 1Classic / vocals
6 : 1Moderate / drums
10 : 1Heavy / limiting
∞ : 1Brick wall
Source Presets
Vocals-18 / +6 / 4:1
Drum bus-24 / +8 / 6:1
Acoustic guitar-20 / +4 / 3:1
Mix bus glue-12 / +3 / 2:1
Limiter stage-10 / +2 / 10:1
Bass / 808-30 / +8 / 4:1
Formula: GR = (Input - Threshold) x (1 - 1/Ratio) when input exceeds threshold. At 4:1 with -10 dBFS input and -18 dB threshold: 8 dB excess = 6 dB GR. Makeup gain restores level without affecting GR.
◆ The Producer's Bible — MusicProductionWiki.com𝕏 ShareReddit
What level did this entry match?

Also in The Bible

The Producer's Briefing
The Producer's Briefing — practical technique, gear intel, no fluff.