I know that if I do:
playsound("filepath.mp3", block=False)
that it is supposed to run asynchronously.
But when I try it, the mp3 file doesn't play, when I set it to True
(default), the mp3 file plays -
but the program halts for the mp3 file to finish playing.
Also trying to run playsound on a different thread just results in an Error:
TypeError: 'module' object is not callable