functional_dither | R Documentation |
Dither increases the perceived dynamic range of audio stored at a particular bit-depth by eliminating nonlinear truncation distortion (i.e. adding minimally perceived noise to mask distortion caused by quantization).
functional_dither(waveform, density_function = "TPDF", noise_shaping = FALSE)
waveform |
(Tensor): Tensor of audio of dimension (..., time) |
density_function |
(str, optional): The density function of a continuous random variable (Default: |
noise_shaping |
(bool, optional): a filtering process that shapes the spectral
energy of quantisation error (Default: |
tensor
: waveform dithered
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.