tianrengao / SqueezeWave

Other
255 stars 50 forks source link

Question if the code line is a typo or not. #9

Open windtoker opened 4 years ago

windtoker commented 4 years ago

Hi. Im trying to adjust parameters by setting filter_length = 2048 and win_length = 1200.

And I got an assertion error in sftf.py line 68 assert(win_length >= filter_length)

I think the inequality sign direction should be apposite.

Thank you.