📜  mpg321 无法识别 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:45.192000             🧑  作者: Mango

代码示例1
I had the same error. The problem was in the last line. 
Instead of os.system("mpg321 hello.mp3"), use the following:

os.system("start hello.mp3")