Answers for "mpg321 is not recognized"

0

mpg321 is not recognized

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")
Posted by: Guest on October-26-2021

Browse Popular Code Answers by Language