-
Notifications
You must be signed in to change notification settings - Fork 21
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
mp32wav() #63
Comments
I have other issue with mp32wav(). (R version 4.2.2 (2022-10-31 ucrt) running in RStudio 2023.12.0 Build 369, warbleR 1.1.29). Esystem(cll, ignore.stdout = FALSE, intern = TRUE) : |
you need to install sox first, which is an external dependency, not an R package. which operating system are you using? |
Windows |
uff haha. try installing sox: https://sourceforge.net/projects/sox/ https://stackoverflow.com/questions/17667491/how-to-use-sox-in-windows |
I installed sox and added it to my path, but now another error appears:
I'm using R version 4.3.2, RStudio 2023.12.1 Build 402 and warbleR 1.1.30. |
When using the function mp32wav() an error comes up every time- Error: Sox is not installed or available in path. I have never had this problem before, and have tried installing Sox but still get the same error.
The text was updated successfully, but these errors were encountered: