pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
PitchSpectralAcf (X, f_s) | |
computes f0 via the maximum of the spectral autocorrelation function | |
PitchSpectralAcf | ( | X, | |
f_s ) |
computes f0 via the maximum of the spectral autocorrelation function
X | spectrogram (dimension FFTLength X Observations) |
f_s | sample rate of audio data |
Definition at line 13 of file PitchSpectralAcf.py.