python 想调用sox,一个音频处理的程序,好像要在shell中调用,代码如下:command = "sox {} {} remix 1,2".format(input_file, tmp_name)run(command, shell=True, stdin=PIPE, stdout=PIPE)返回的是sox不是内部或外部命令,也不是可运行的程序,有什么解决的办法吗?
添加回答
举报
0/150
提交
取消