Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing sox extension when using augmentations v2.3.1 #276

Open
chrizzlemadizzle opened this issue Dec 22, 2023 · 1 comment
Open

missing sox extension when using augmentations v2.3.1 #276

chrizzlemadizzle opened this issue Dec 22, 2023 · 1 comment

Comments

@chrizzlemadizzle
Copy link

When trying to use --augment compress or --augment gain in training these errors pop up:
OSError: libsox.so: cannot open shared object file: No such file or directory
RuntimeError: apply_effects_tensor requires sox extension which is not available.
It doesn't happen when using --augment mute
I'm on v2.3.1 using --config v3 and --config wasserstein

@domkirke
Copy link
Collaborator

domkirke commented Dec 24, 2023

yes, to use gain and compress you have to install sox beforehand (torchaudio usds the sox backend). Check on the internet ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants