General Analysis

Function
Explanation

plot_waveform(y: npt.ArrayLike, sr: int, start_time: float = 0.0, end_time: float = None)

To show the waveform in time domain of a sound file

signal_RMS_analysis(y: npt.ArrayLike)

To show the RMS amplitude in time domain of a sound file

plot_spectrogram(y: npt.ArrayLike, sr:int, scale : str = 'STFT')

To show the pitch esitmation result with spectrograms (STFT and Mel)

Last updated