ZhongshuHou / LSA

Ablation study of local spectral attention (LSA) for full-band speech enhancement (SE)
MIT License
26 stars 6 forks source link

ERB features calculations #3

Open anasvaf opened 1 year ago

anasvaf commented 1 year ago

First of all congrats on the paper and thank you for making your code public! I would like to retrain the network on a custom dataset with a custom dataloader. However, I could not find in your code how you calculate the ERB rectangular filterbank? There was a NumPy array only. Could you please help me with that?

ZhongshuHou commented 1 year ago

Thanks for your appreciation. For the generation of ERB filterbanks, you may access to python package python_speech_features and apply python_speech_features.get_filterbanks command to calculate the ERB filterbank you need. I hope this will help you.

     ------------------ Original ------------------ From: @.>; Date:  Fri, Mar 24, 2023 09:34 PM To: @.>; Cc: @.***>; Subject:  [ZhongshuHou/LSA] ERB features calculations (Issue #3)

 

First of all congrats on the paper and thank you for making your code public! I would like to retrain the network on a custom dataset with a custom dataloader. However, I could not find in your code how you calculate the ERB rectangular filterbank? There was a NumPy array only. Could you please help me with that?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>