← Back to Resonator, Synth & Experimental

Official effect

Vocoder

Currently a fixed three-band formant synth layer rather than a true carrier/modulator vocoder.

The current vocal-family wet path is not a carrier/modulator analysis chain. It first builds a separately triggered synth phrase, then splits that phrase across three fixed band-pass formant bands where `motion` retunes the low and high bands and `color` retunes the middle band. `mix` crossfades the dry stereo preview source toward that formant layer, `blend` scales the wet contribution, and the result then passes through the shared DC-blocking, output-gain, and soft-limiting stage.

  • Resonator, Synth & Experimental
  • Library #234
  • Preview 8s

Waveform preview

Static peaks come from the compiled FAUST preview render. The live scope is drawn from the browser playback output in real time.

Timeline
0:00 / 0:08
Source
Compiled browser preview
Live oscilloscope from the browser playback output.AnalyserNode keeps the signal path unchanged while exposing the waveform.

How It Works

Technical view

The current vocal-family wet path is not a carrier/modulator analysis chain. It first builds a separately triggered synth phrase, then splits that phrase across three fixed band-pass formant bands where `motion` retunes the low and high bands and `color` retunes the middle band. `mix` crossfades the dry stereo preview source toward that formant layer, `blend` scales the wet contribution, and the result then passes through the shared DC-blocking, output-gain, and soft-limiting stage.

  • Resonator, Synth & Experimental
  • band-pass filtering
  • waveshaping / saturation
  • delay processing
  • oscillator / LFO modulation
  • DC blocking

Signal Path

Compiled preview chain

Preview source: An internally generated picked-string phrase is widened to stereo with a 19-sample right-channel delay. The wet side is a separately synthesized carrier phrase filtered through fixed formant bands rather than a true live modulator/carrier analysis stage.

  1. 1internal picked-string demo phrase
  2. 2stereo spread with a short right-channel delay
  3. 3separately synthesized carrier phrase
  4. 4three moving band-pass formant bands
  5. 5dry / formant-layer crossfade
  6. 6DC blocker
  7. 7output gain trim
  8. 8final tanh limiter

Preview source

An internally generated picked-string phrase is widened to stereo with a 19-sample right-channel delay. The wet side is a separately synthesized carrier phrase filtered through fixed formant bands rather than a true live modulator/carrier analysis stage.

Effect core

Three-band formant-filtered synth layer crossfaded against the dry preview phrase.

Signal path

The static waveform and the live player both reflect this compiled signal chain.

  • internal picked-string demo phrase
  • stereo spread with a short right-channel delay
  • separately synthesized carrier phrase
  • three moving band-pass formant bands
  • dry / formant-layer crossfade
  • DC blocker
  • output gain trim
  • final tanh limiter

Controls that matter

These are the currently active controls detected in the FAUST source for this effect.

  • mix: Crossfades the dry stereo preview source toward the current wet layer.
  • output_gain_db: Applies final post-effect level trim after DC blocking and before the output limiter.
  • color: Retunes the center frequency of the middle band-pass formant band.
  • motion: Retunes the lower and upper band-pass formant bands.
  • blend: Scales the level of the formant-filtered synth layer inside the wet path.

Code-backed analysis

The generated description is tied to the active helper blocks and routing found in the current DSP.

  • demo
  • fx
  • outputStage
  • leftDemo
  • rightDemo
  • channelFx
  • phraseMono
  • previewShiftSamples

Controls

Audible controls in this DSP

  • mix

    Active

    Crossfades the dry stereo preview source toward the current wet layer.

    Higher settings put more of the synthesized or resonant effect layer in front of the dry phrase.

  • output_gain_db

    Active

    Applies final post-effect level trim after DC blocking and before the output limiter.

    Matches loudness without changing the underlying effect structure.

  • color

    Active

    Retunes the center frequency of the middle band-pass formant band.

    Shifts the vocal focus toward a boxier or brighter vowel center.

  • motion

    Active

    Retunes the lower and upper band-pass formant bands.

    Moves the vowel-like emphasis and articulation shape.

  • blend

    Active

    Scales the level of the formant-filtered synth layer inside the wet path.

    Higher settings make the vocalized layer more pronounced.

Analysis

Code-derived notes

Current implementation shares the same three-band formant architecture with Talkbox-Style Formant. It does not analyze one signal as a modulator against another carrier yet.

Active blocks

  • demo
  • fx
  • outputStage
  • leftDemo
  • rightDemo
  • channelFx
  • phraseMono
  • previewShiftSamples
  • vocalPad
  • pickedVoice
  • synthMono
  • fund
  • pickEnv
  • ampEnv
  • triggerAt
  • synthVoice
  • maxDelaySamples

Inactive helpers

  • organVoice
  • bellVoice
  • softsat
  • quantize
  • combLP
  • echoOnly
  • diffuser

Warnings

No current warnings are attached to this effect.

Source

  • library/resonator-synth-experimental/vocoder.dsp
  • Output stage: DC blocker -> output gain trim -> final tanh limiter
  • Library position: 234

More In Resonator, Synth & Experimental

Continue through the library

Each effect page uses the same generated description pipeline and compiled waveform preview assets.

Organ Machine

Layers a square-leaning organ phrase over the dry preview source for a sustained drawbar-style wash.

View How It Works

Bowed Glass

Currently a diffused synth pad with bright high-shelf tilt rather than a true bowed-glass resonator.

View How It Works

Sympathetic String Resonator

Currently a comb-filtered synth layer that suggests sympathetic ringing rather than a multi-string resonator bank.

View How It Works