Commit 4887ff41 authored by Charles J.Y. Yoon's avatar Charles J.Y. Yoon Committed by Vincent QB
Browse files

Fix MelScale test and documentation (#370)

* Fix MelScale test and documentation

* revert change to tests
parent 55f61d15
......@@ -137,7 +137,7 @@ Transforms expect and return the following dimensions.
* `Spectrogram`: (channel, time) -> (channel, freq, time)
* `AmplitudeToDB`: (channel, freq, time) -> (channel, freq, time)
* `MelScale`: (channel, time) -> (channel, mel, time)
* `MelScale`: (channel, freq, time) -> (channel, mel, time)
* `MelSpectrogram`: (channel, time) -> (channel, mel, time)
* `MFCC`: (channel, time) -> (channel, mfcc, time)
* `MuLawEncode`: (channel, time) -> (channel, time)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment