transform_fade: Fade In/Out

transform_fadeR Documentation

Fade In/Out

Description

Add a fade in and/or fade out to an waveform.

Usage

transform_fade(fade_in_len = 0, fade_out_len = 0, fade_shape = "linear")

Arguments

fade_in_len

(int, optional): Length of fade-in (time frames). (Default: 0)

fade_out_len

(int, optional): Length of fade-out (time frames). (Default: 0)

fade_shape

(str, optional): Shape of fade. Must be one of: "quarter_sine", "half_sine", "linear", "logarithmic", "exponential". (Default: "linear")

Details

forward param: waveform (Tensor): Tensor of audio of dimension (..., time).

Value

Tensor: Tensor of audio of dimension (..., time).


torchaudio documentation built on Feb. 16, 2023, 9:41 p.m.