I was programming a game using Python and a sound effect needed to be played, so I used the playsound module:
from playsound import playsound
playsound("Typing.wav", False)
And when I attempted the run the program this error was returned:
Error 263 for command:
open Typing.wav
The specified device is not open or is not recognized by MCI.
I did some research and some sources indicated that it was an issue with my sound drivers. I updated & reinstalled it, but the issue persists. Is there any way to solve this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…