vbelz / Speech-enhancement

Deep learning for audio denoising
MIT License
620 stars 124 forks source link

How to train for a different audio sampling rate? #28

Open ztqwerty opened 1 year ago

ztqwerty commented 1 year ago

Hi vbelz,

I am wondering what changes need to be made in order to train for a different audio sampling rate, e.g. at 44100 Hz?

I assume both the model and some parameters in args.py need to be modified. Can you please share some insights on this?

Thanks, Tony

lljwsyn commented 1 year ago

the parameter is "--sample_rate" in args.py, or you can set it in the cli