issues
search
asteroid-team
/
torch-audiomentations
Fast audio data augmentation in PyTorch. Inspired by audiomentations. Useful for deep learning.
MIT License
969
stars
88
forks
source link
Improve Spliceout
#140
Open
iver56
opened
2 years ago
iver56
commented
2 years ago
Here are some ideas for Spliceout improvements:
[ ] Add a param for crossfade window size? 10 ms may actually be a bit on the large side for a default
[ ] Maybe try sqrt for crossfades instead of hann to avoid the perceived dip in energy in the crossfades
[ ] Improve the docstring (ELI5)
[ ] Rename max_width? And specify it in seconds instead of milliseconds.
[ ] Run
black
on the code
[ ] Mention it in README
[ ] Update changelog
Here are some ideas for Spliceout improvements:
black
on the code