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

sox has exited with error code 1. #58

Open
yusuf987 opened this issue Apr 5, 2020 · 4 comments
Open

sox has exited with error code 1. #58

yusuf987 opened this issue Apr 5, 2020 · 4 comments

Comments

@yusuf987
Copy link

yusuf987 commented Apr 5, 2020

initially, voice streaming was not working due to some window related issue in SOX
then after some workaround
const child = spawn('dir', [], {shell: true});

i start getting below messages

sox has exited with error code 1.
Enable debugging with the environment variable DEBUG=record.

can somebody help me
my OS is windows 7

@Ayushimidha28
Copy link

Changing the sox version worked for me. Try using sox 14.04.1 version.

@soerson
Copy link
Contributor

soerson commented Sep 24, 2020

Faced the same issue. Fixed by rolling back sox to version 14.4.1
You can do this witch choco

choco install sox.portable

https://chocolatey.org/packages/sox.portable

@LingleDev
Copy link

Faced the same issue. Fixed by rolling back sox to version 14.4.1
You can do this witch choco

choco install sox.portable

https://chocolatey.org/packages/sox.portable

This worked for me.

@lahiruchalana
Copy link

Changing the sox version worked for me. Try using sox 14.04.1 version.

This worked. Thanks.

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

5 participants