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

mp32wav() #63

Open
marina-martin-maroto opened this issue Nov 17, 2023 · 5 comments
Open

mp32wav() #63

marina-martin-maroto opened this issue Nov 17, 2023 · 5 comments

Comments

@marina-martin-maroto
Copy link

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.

@pyriglena
Copy link

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) :
'sox' not found
Além disso: Warning message:
In system(paste("which sox", sep = " "), ignore.stderr = TRUE, intern = FALSE, :
'which' not found

@maRce10
Copy link
Owner

maRce10 commented Jan 17, 2024

you need to install sox first, which is an external dependency, not an R package. which operating system are you using?

@pyriglena
Copy link

you need to install sox first, which is an external dependency, not an R package. which operating system are you using?

Windows

@maRce10
Copy link
Owner

maRce10 commented Jan 18, 2024

@Crypturellus
Copy link

I installed sox and added it to my path, but now another error appears:

In system(cll, ignore.stdout = FALSE, intern = TRUE) :
execução do comando 'sox "C:\Users\alanm\AppData\Local\Temp\RtmpAloE8X\Selenidera_reinwardtii-XC124880.mp3" -t wavpcm -b 16 "C:\Users\alanm\AppData\Local\Temp\RtmpAloE8X/Selenidera_reinwardtii-XC124880.wav" remix 1 dither -s' teve status 2

I'm using R version 4.3.2, RStudio 2023.12.1 Build 402 and warbleR 1.1.30.

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

4 participants