Skip to content

Commit 4887ff4

Browse files
jaeyeun97vincentqb
authored andcommitted
Fix MelScale test and documentation (#370)
* Fix MelScale test and documentation * revert change to tests
1 parent 55f61d1 commit 4887ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Transforms expect and return the following dimensions.
137137

138138
* `Spectrogram`: (channel, time) -> (channel, freq, time)
139139
* `AmplitudeToDB`: (channel, freq, time) -> (channel, freq, time)
140-
* `MelScale`: (channel, time) -> (channel, mel, time)
140+
* `MelScale`: (channel, freq, time) -> (channel, mel, time)
141141
* `MelSpectrogram`: (channel, time) -> (channel, mel, time)
142142
* `MFCC`: (channel, time) -> (channel, mfcc, time)
143143
* `MuLawEncode`: (channel, time) -> (channel, time)

0 commit comments

Comments
 (0)