CVSD Decoder
Jump to navigation
Jump to search
This is a wrapper for the CVSD decoder that performs decimation and filtering necessary to work with the vocoding.
It converts an incoming CVSD-encoded short to a float, decodes it to a float, decimates it, and scales it (by 32000, slightly below the maximum value to avoid clipping).
The sampling rate can be anything, though, of course, the higher the sampling rate and the higher the interpolation rate are, the better the sound quality.
When using the CVSD vocoder, appropriate sampling rates are from 8k to 64k with resampling rates from 1 to 8. A rate of 8k with a resampling rate of 8 provides a good quality signal.
Parameters
- Resample
- Resampling (decimation) rate after vocoder decoding
- Frac. Bandwidth
- Low pass filter bandwidth (relative , should be <= 0.5)
Example Flowgraph
Source Files
- Python file
- Here
- Block definition
- Yaml