mc.degrade~
Description
degrade~ takes any given signal and reduces the sampling rate and bit-depth as specified/desired.
Arguments
resampling-frequency-ratio [float]
The first argument sets the resampling frequency ratio, as described above. If this argument is not supplied, the default value is 1.0.
number-of-quantization-bits [int]
The second argument sets the number of bits used to quantize the input signal. If this argument is not supplied, the default value is 24.
Attributes
Common Box Attributes
Multichannel Group Attributes
Messages
int
Arguments
float
Arguments
signal
Multichannel Group Messages
Output
signal
The output signal is the input signal after being resampled and quantized. Note that this object deliberately does not use any interpolation when resampling, nor any dithering when quantizing. It is intended for creating "low-fi" effects.
Note: Use caution when listening to the output of this object. Quantizing to a small number of bits can create very loud, noisy signals.
See Also
Name | Description |
---|---|
MC | MC |
downsamp~ | |
round~ |