We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this project supports ogg? because i get an error when playing an ogg file.
playingsample-1.ogg as ogg Error 263 for command: open sample-1.ogg The specified device is not open or is not recognized by MCI. Error 263 for command: close sample-1.ogg The specified device is not open or is not recognized by MCI. Failed to close the file: sample-1.ogg Traceback (most recent call last): File "<pyshell#4>", line 1, in <module> ogg.play() File "C:/Users/Spinoza/Downloads/Video/audio.py", line 32, in play playsound(self.filename) File "C:\Users\Spinoza\AppData\Local\Programs\Python\Python310\lib\site-packages\playsound.py", line 72, in _playsoundWin winCommand(u'open {}'.format(sound)) File "C:\Users\Spinoza\AppData\Local\Programs\Python\Python310\lib\site-packages\playsound.py", line 64, in winCommand raise PlaysoundException(exceptionMessage) playsound.PlaysoundException: Error 263 for command: open sample-1.ogg The specified device is not open or is not recognized by MCI.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Does this project supports ogg?
because i get an error when playing an ogg file.
The text was updated successfully, but these errors were encountered: