Iver Jordal
Iver Jordal
I'd love to get this feature
I still remember the days of ``

In case you are using audiomentations 0.24.0 for data augmentation and you are observing bottleneck issues: I have improved the speed in audiomentations 0.27.0, 0.31.0, 0.34.1, 0.36.0, 0.36.1 and 0.37.0...
Thanks for the request! The current C code was written (by @jonashaag) with SIMD instructions that are specific to the x86-64 CPU architecture. Adding a scalar implementation and/or NEON implementation...
That is indeed the use case Jonas had in mind when he originally made this
I successfully used julius 0.1.1 with pytorch 1.6.0 way back in november 2020. I would say consider upgrading your pytorch.
I wholeheartedly agree. Perhaps it could be configurable what should be shown instead of the randomly generated alias? For example, I would prefer image tag / git tag.
Thanks for the PR. I will have a closer look when I have time
In this case I would prefer lazy caching over eager caching. The difference becomes quite noticeable when there is a large number of files. Hypothetically, if you have half a...