functional_riaa_biquad | R Documentation |
Apply RIAA vinyl playback equalisation. Similar to SoX implementation.
functional_riaa_biquad(waveform, sample_rate)
waveform |
(Tensor): audio waveform of dimension of |
sample_rate |
(int): sampling rate of the waveform, e.g. 44100 (Hz).
Allowed sample rates in Hz : |
tensor
: Waveform of dimension of (..., time)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.