Not sure what I am missing here, here is my terminal command:
Versus using python script & subprocesses:
- Python script lies in C:/Users/andre/PycharmProjects/3d_Audio/main.py
I called:
subprocess.call('cd sox-14-4-2', shell=True)
subprocess.call("sox stay.wav new3.wav trim 0 40", shell=True)
I thought I was in main.py so I had to cd .. first, but I subprocess.call("cd sox-14-4-2", shell=True) returns no error which means everything up until then should be fine
The error that is returned with subprocess is: sox is not recognized as an internal or external command