Skip to content

Commit 592c40b

Browse files
feat: color spectrogram readme
1 parent c78c19f commit 592c40b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

IMAGE.png

511 KB
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ z = transform.encode(x) # [1, 2, 455, 2796] = [batch_size, channels, frequencies
2828
y = transform.decode(z) # [1, 1, 262144]
2929
```
3030

31-
### Example CQT spectrogram (z)
31+
### Example CQT Magnitude Spectrogram (z)
3232
<img src="./IMAGE.png"></img>
3333

3434
## TODO

0 commit comments

Comments
 (0)