View source: R/internal-misc_ops.R
internal__normalize_audio | R Documentation |
Audio normalization of a tensor in-place. The normalization can be a bool, a number, or a function that takes the audio tensor as an input. SoX uses 32-bit signed integers internally, thus bool normalizes based on that assumption.
internal__normalize_audio(signal, normalization = TRUE)
signal |
(Tensor): waveform |
normalization |
(bool, int or function): Optional normalization.
If boolean |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.