Audio-WestlakeU / FullSubNet

PyTorch implementation of "FullSubNet: A Full-Band and Sub-Band Fusion Model for Real-Time Single-Channel Speech Enhancement."
https://fullsubnet.readthedocs.io/en/latest/
MIT License
538 stars 153 forks source link

Audio input length #41

Open JamesLiao714 opened 2 years ago

JamesLiao714 commented 2 years ago

I am curious about does changing input length of the model to 80000 (16k sample rate) affect the proformance? Do I need to increase the hidden layers or change some settings? Thank you~