Replace pygame with playsound3 for audio notifications
Switched from pygame to playsound3 for playing notification sounds in the GUI. Updated requirements.txt and refactored related code to use playsound3, improving compatibility and simplifying sound playback.
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ requests
|
||||
pillow
|
||||
packaging
|
||||
markdown
|
||||
pygame
|
||||
playsound3
|
||||
loguru
|
||||
setuptools
|
||||
Reference in New Issue
Block a user