descriptinc / audiotools

Object-oriented handling of audio data, with GPU-powered augmentations, and more.
https://descriptinc.github.io/audiotools/
MIT License
233 stars 39 forks source link

Add function of right_zero_pad_to #4

Closed hohsiangwu closed 3 years ago

hohsiangwu commented 3 years ago

Adding function of right_zero_pad_to, Let me know if this works!

hohsiangwu commented 3 years ago

I have added 'before' and 'after' mode. I am a little bit concerned about 'center' as there is one more decision need to make for the user, which is length being odd number. The scenario might be less popular.