python 想调用sox,一个音频处理的程序,好像要在shell中调用,代码如下:
command = "sox {} {} remix 1,2".format(input_file, tmp_name)run(command, shell=True, stdin=PIPE, stdout=PIPE)
返回的是sox不是内部或外部命令,也不是可运行的程序,有什么解决的办法吗?
产品经理不是经理
慕瓜9220888
相关分类