gillesdemey / node-record-lpcm16

:microphone: Records a 16-bit signed-integer linear pulse modulation code encoded audio file.
ISC License
212 stars 59 forks source link

sox has exited with error code 1. #58

Open yusuf987 opened 4 years ago

yusuf987 commented 4 years ago

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 commented 4 years ago

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

soerson commented 3 years ago

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 commented 3 years ago

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 commented 2 years ago

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

This worked. Thanks.