鱼C论坛

 找回密码
 立即注册
查看: 1297|回复: 1

[已解决]AudioSegment.from_file打开mp3出错

[复制链接]
发表于 2020-3-25 21:28:24 | 显示全部楼层 |阅读模式
1鱼币
报错
  1. from pydub import AudioSegment
  2. sound = AudioSegment.from_file("E:\scale.mp3",format="mp3")
复制代码


最佳答案
2020-3-25 21:28:25
本帖最后由 dlnb526 于 2020-3-25 21:52 编辑

In Windows , to use echo in subprocess, you would need to use shell=True . This is because echo is not a separate executable, but rather a built-in command for the windows command line. Example -
在windows 在子进程中使用echo,需要设置 shell =True,因为 echo 不是单独的命令,而是window CMD 内置的命令

process1 = subprocess.Popen(command1,stdout=subprocess.PIPE,shell=True)

Also, please do note, you should only use shell=True when absolutely necessary (as in this case , to use echo in windows in subprocess).

并且,需要注意,只有在绝对需要的情况下才使用shell=True

找到 subprocess.py脚本,将对应行加上shell=true 参数。
就是最后一行指向的那个文件。


我百度来的,应该适合你的情况~~~

希望对你有所帮助
捕获.PNG

最佳答案

查看完整内容

In Windows , to use echo in subprocess, you would need to use shell=True . This is because echo is not a separate executable, but rather a built-in command for the windows command line. Example - 在windows 在子进程中使用echo,需要设置 shell =True,因为 echo 不是单独的命令,而是window CMD 内置的命令 process1 = subprocess.Popen(command1,stdout=subprocess.PIPE,shell=True) Also, please do note, ...
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2020-3-25 21:28:25 | 显示全部楼层    本楼为最佳答案   
本帖最后由 dlnb526 于 2020-3-25 21:52 编辑

In Windows , to use echo in subprocess, you would need to use shell=True . This is because echo is not a separate executable, but rather a built-in command for the windows command line. Example -
在windows 在子进程中使用echo,需要设置 shell =True,因为 echo 不是单独的命令,而是window CMD 内置的命令

process1 = subprocess.Popen(command1,stdout=subprocess.PIPE,shell=True)

Also, please do note, you should only use shell=True when absolutely necessary (as in this case , to use echo in windows in subprocess).

并且,需要注意,只有在绝对需要的情况下才使用shell=True

找到 subprocess.py脚本,将对应行加上shell=true 参数。
就是最后一行指向的那个文件。


我百度来的,应该适合你的情况~~~

希望对你有所帮助
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-4-21 00:11

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表