Skip to content

Commit 016b0a0

Browse files
authored
Update README.md
1 parent bd6b245 commit 016b0a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```
278278
audio_mfcc = zaf.mfcc(audio_signal, sample_frequency, number_filters, number_coefficients)

0 commit comments

Comments
 (0)