TaylorSMarks / playsound

Pure Python, cross platform, single function module with no dependencies for playing sounds.
Other
504 stars 118 forks source link

Not issue but what I did to fix a ton of errors #130

Open HoneyPotHive opened 1 year ago

HoneyPotHive commented 1 year ago

Issues I've had working with this in Win10 recently and in the past.

> File not closing even after using "./" 
   -Pointing to the file directly
   -Using '/' than '\'
   -Use to work with (f'{Path_Variable}file.mp3')
> Sound not playing
> Path not found Error
> Breaks my functions

Its not listed as releases here, but its listed releases versions are on pypi.org removing the latest version and downgrading to what looks to be a more stable version or which version needed was a good temp fix.

pip install playsound==1.2.2

https://pypi.org/project/playsound/1.2.2/#history
lmao

julienaub commented 1 year ago

Thanks