How to use sox in windows
I entered my sox directory folder and used './sox' command instead of just 'sox' and it worked.
Add the Sox folder to your PATH and then restart your terminal.
- Go to My Computer → Properties → Advanced System Settings → Environment Variables → System variables.
- Select Path.
- Click Edit → New :
- Add this:
C:\Program Files (x86)\sox-<CHECK YOUR VERSION NUMBER>\
- As indicated in the example path, make sure to check what version of Sox you have installed by actually navigating to your
Program Files (x86)
folder and looking for a folder that starts withsox
, for examplesox-14-4-2
.
- As indicated in the example path, make sure to check what version of Sox you have installed by actually navigating to your
- Restart your terminal.
- Note that if you're using an IDE, you may need to restart the IDE to have the Path variables update.