keunwoochoi/kapre

Some Questions

Toku11 opened this issue · 3 comments

Why Augmentation file has been removed?
Why is not applied power 2.0 to Magnitude Layer before of filter bank Mel?

Hi,Augmentation layer was removed because I wanted to launch a new kapre asap. In kapre-0.3.3 branch, you'll see I added a draft of augmentation layer.
In Melspectrogram, I removed it because the API could be confusing because power argument would be ignored if return_decibel is true and I'd prioritize return_decibel to be used over adjusting power.

Kapre 0.3 has finally changed from ...., freq, time, ch to ..., time, freq, ch ?