I tried to use the audio augmentations in a tensorflow project but I had a "Segmentation fault" error in running time while importing the modules.
In my case it can be reproduced only running these two lines:
import tensorflow
import augly.audio as audaugs
Versions:
tensorflow-gpu==2.4.1
augly==0.1.1
Python 3.8.5
Thank you