will-rice / denoisers

Simple PyTorch Denoisers for Waveform Audio
Apache License 2.0
32 stars 1 forks source link

Add support for sane sizes 16000, 32000, etc. #26

Closed will-rice closed 5 months ago

will-rice commented 5 months ago

Previously the waveform models only supported multiples of 16384. I added cropping in the skip connections that will allow even multiples of seconds. For example: 16khz sample rate for 4 seconds would be 16000 4 instead of 16384 4.