functional_treble_biquad.Rd
Design a treble tone-control effect. Similar to SoX implementation.
functional_treble_biquad(
waveform,
sample_rate,
gain,
central_freq = 3000,
Q = 0.707
)
(Tensor): audio waveform of dimension of (..., time)
(int): sampling rate of the waveform, e.g. 44100 (Hz)
(float): desired gain at the boost (or attenuation) in dB.
(float, optional): central frequency (in Hz). (Default: 3000
)
(float, optional): https://en.wikipedia.org/wiki/Q_factor (Default: 0.707
).
tensor
: Waveform of dimension of (..., time)