functional_gain | R Documentation |
Apply amplification or attenuation to the whole waveform.
functional_gain(waveform, gain_db = 1)
waveform |
(Tensor): Tensor of audio of dimension (..., time). |
gain_db |
(float, optional) Gain adjustment in decibels (dB) (Default: |
tensor
: the whole waveform amplified by gain_db.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.