Skip to content

Commit 5b27aa1

Browse files
committed
update readme [skip ci]
1 parent f0a382a commit 5b27aa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ error = (x_hat - x).abs().sum()
214214
print(error)
215215
```
216216

217-
### Mel-spectrogram analysis and synthesis
217+
### Mel spectrogram analysis and synthesis
218218

219219
```python
220220
import diffsptk
@@ -231,7 +231,7 @@ x, sr = diffsptk.read("assets/data.wav")
231231
stft = diffsptk.STFT(frame_length=fl, frame_period=fp, fft_length=n_fft)
232232
X = stft(x)
233233

234-
# Extract log mel-spectrogram.
234+
# Extract log-mel spectrogram.
235235
fbank = diffsptk.FBANK(
236236
fft_length=n_fft,
237237
n_channel=n_channel,

0 commit comments

Comments
 (0)