API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceVocoderEffectOptions
@codexo/exojs-audio-fx / audio / stable
7
props
0
methods
0
events
Import
import { VocoderEffectOptions } from '@codexo/exojs-audio-fx'Properties7
bandQ?: numberBandpass Q factor. Higher = narrower bands. Default 4.
envelopeSmoothing?: numberEnvelope follower smoothing factor (one-pole coefficient). Smaller = smoother / slower. Default 0.005.
maxHz?: numberHighest band center frequency in Hz. Default 8000.
minHz?: numberLowest band center frequency in Hz. Default 80.
Modulator AudioBus - its output drives the spectral envelope. Typically routed from a microphone or voice sample.
numBands?: numberNumber of frequency bands. More bands = better resolution, more CPU. Default 16.
wet?: numberDry/wet mix, 0..1. Default 1.0.
Source