StochasticModelSynth¶
streaming mode | Synthesis category
Inputs¶
stocenv(vector_real) - the stochastic envelope input
Outputs¶
frame(vector_real) - the output frame
Parameters¶
fftSize(integer ∈ [1, ∞), default = 2048) :the size of the internal FFT size (full spectrum size)
hopSize(integer ∈ [1, ∞), default = 512) :the hop size between frames
sampleRate(real ∈ (0, ∞), default = 44100) :the sampling rate of the audio signal [Hz]
stocf(real ∈ (0, 1], default = 0.2) :decimation factor used for the stochastic approximation
Description¶
This algorithm computes the stochastic model synthesis. It generates the noisy spectrum from a resampled spectral envelope of the stochastic component.
Source code¶
See also¶
StochasticModelSynth (standard)