我在windows中安装sox,但在输入以下代码时出错:sox 001.wav 001.dat in the command line。
错误是:
`sox is not recognized as an internal or external command, operable program or batch file.`发布于 2013-07-16 12:45:58
将Sox文件夹添加到PATH中,然后重新启动终端。
C:\Program Files (x86)\sox-<CHECK YOUR VERSION NUMBER>\ sox-14-4-2.)来检查您安装的Sox版本
发布于 2019-08-10 09:39:28
我进入我的sox目录文件夹,使用'./sox‘命令,而不仅仅是'sox’,它起作用了。
https://stackoverflow.com/questions/17667491
复制相似问题