functional_deemph_biquad | R Documentation |
Apply ISO 908 CD de-emphasis (shelving) IIR filter. Similar to SoX implementation.
functional_deemph_biquad(waveform, sample_rate)
waveform |
(Tensor): audio waveform of dimension of |
sample_rate |
(int): sampling rate of the waveform, Allowed sample rate |
Tensor: Waveform of dimension of (..., time)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.