transform_compute_deltas: Delta Coefficients

transform_compute_deltasR Documentation

Delta Coefficients

Description

Compute delta coefficients of a tensor, usually a spectrogram.

Usage

transform_compute_deltas(win_length = 5, mode = "replicate")

Arguments

win_length

(int): The window length used for computing delta. (Default: 5)

mode

(str): Mode parameter passed to padding. (Default: 'replicate')

Details

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

See functional_compute_deltas for more details.

Value

Tensor: Tensor of deltas of dimension (..., freq, time).


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