Learn R Programming

whisper (version 0.1.0)

compute_stft: Compute STFT Magnitude

Description

Compute STFT Magnitude

Usage

compute_stft(audio, n_fft = WHISPER_N_FFT, hop_length = WHISPER_HOP_LENGTH)

Value

Complex STFT matrix

Arguments

audio

Numeric vector of audio samples

n_fft

FFT window size

hop_length

Hop length between frames