chaosparrot / parrot.py

Computer interaction using audio and speechrecognition
MIT License
139 stars 36 forks source link

how about eventually moving to torch-audiomentations from audiomentations? #20

Open ym-han opened 1 year ago

ym-han commented 1 year ago

Looks like https://github.com/asteroid-team/torch-audiomentations would allow the GPU (and not just CPU) to be used for doing the augmentations, among other features. Not as mature as audiomentations --- in particular, doesn't yet have all the transforms that parrot is using --- but seems to be actively being developed, with a healthy number of issues and PRs.