playsound icon indicating copy to clipboard operation
playsound copied to clipboard

Pure Python, cross platform, single function module with no dependencies for playing sounds.

Results 78 playsound issues
Sort by recently updated
recently updated
newest added

Error 263 for command: open ./music/cuagain.mp3 The specified device is not open or is not recognized by MCI. Error 263 for command: close ./music/cuagain.mp3 The specified device is not open...

I am trying to use the playsound module with the following code and filesystem: ```py playsound.playsound("assets/music/maintheme.mp3",False) ``` ``` Development Nodebreach - main.py assets music maintheme.mp3 ``` Yet when I execute...

So, since I saw most tickets here are for issues specifically, and even though there's some sort of feature request in #118, there's no place for requesting specific features I...

Regression of 1.3.0. I suppose this should have been known, but searching "261" found nothing in tickets. Many users report the same on SO: https://stackoverflow.com/questions/68704443/python-playsound-error-261-for-command-the-driver-cannot-recognize-the-specifie ```python from playsound import playsound...

after uninstalling python and installing a new one and uninstalling libraries I can't install playsound now it says no module named fcntl how could I fix this?

I am experiencing issues when playing a lot of short sound clips very often asynchronously, which don't happen if I play them with blocking instead. I rigged up a little...

Hi~ It does not work when executing Python programs (playing audio with playsound) through Supervisor Other functions are normal except playsound does not work my config like this: [program:ocr] directory=/home/firefly/worspace/PPOCR...

The description states there are no dependencies, but this is not true since `playsound` is using external third-party programs to do the work, and will not function without them.

environment:win10,python3.8.3, playshoud1.3.0 . error information: playsound('notice-text.mp3') File "C:\Users\Administrator\anaconda3\lib\site-packages\playsound.py", line 72, in _playsoundWin winCommand(u'open {}'.format(sound)) File "C:\Users\Administrator\anaconda3\lib\site-packages\playsound.py", line 64, in winCommand raise PlaysoundException(exceptionMessage) playsound.PlaysoundException: Error 277 for command: open notice-text.mp3 初始化...

My `uname -a`:` Linux lafftar 5.13.0-44-generic #49-Ubuntu SMP Wed May 18 13:28:06 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux` My `py -V`: `Python 3.10.0` I'm trying to fix this warning: `playsound...