I've already added sox
to my PATH and it seems to be doing fine with that. If I open my terminal and enter C:\Users\[EXAMPLE USERNAME]>sox
, the program will run through all of the options and effects. The problem is I can't seem to get play
to work. I've tried C:\Users\[EXAMPLE USERNAME]>play file.ogg
which gives the resulting error: 'play' is not recognized as an internal or external command, operable program or batch file
. I'm not entirely sure what's going on here.
I would normally think to create a PATH variable for play
but as mentioned in the comments of the answer to this question, there is no executable, it's sox
under a different name.
Also, for reference, I'm using sox-14-4-2 on Windows 10.