File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Functions:
2222- [ ` istft ` ] ( #istft ) - Compute the inverse STFT.
2323- [ ` melfilterbank ` ] ( #melfilterbank ) - Compute the mel filterbank.
2424- [ ` melspectrogram ` ] ( #melspectrogram ) - Compute the mel spectrogram using a mel filterbank.
25- - [ ` mfcc ` ] ( #mfcc ) - Compute the mel frequency cepstrum coefficients (MFCCs) using a mel filterbank.
25+ - [ ` mfcc ` ] ( #mfcc ) - Compute the mel frequency cepstral coefficients (MFCCs) using a mel filterbank.
2626- [ ` cqtkernel ` ] ( #cqtkernel ) - Compute the constant-Q transform (CQT) kernel.
2727- [ ` cqtspectrogram ` ] ( #cqtspectrogram ) - Compute the CQT spectrogram using a CQT kernel.
2828- [ ` cqtchromagram ` ] ( #cqtchromagram ) - Compute the CQT chromagram using a CQT kernel.
@@ -272,7 +272,7 @@ plt.show()
272272
273273### mfcc
274274
275- Compute the mel frequency cepstrum coefficients (MFCCs) using a mel filterbank.
275+ Compute the mel frequency cepstral coefficients (MFCCs) using a mel filterbank.
276276
277277```
278278audio_mfcc = zaf.mfcc(audio_signal, sample_frequency, number_filters, number_coefficients)
You can’t perform that action at this time.
0 commit comments