You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed it just doesn't work on my computer. I tried different wav audio files and it neither gave me an error nor any sound that i hoped to hear. :(
#Windows Logon.wav = a file that I copied from "%windir%/media".
#Windows version = Microsoft Windows 10 Home, version 10.0.19045 N/A Build 19045
The text was updated successfully, but these errors were encountered:
Gamer-Victorch
changed the title
notification.audio does not work on windows
notification.audio does not work on windows 10
Feb 6, 2024
Can confirm having the same issue on Linux, tried it with the following code.
`from notifypy import Notify
import os
notification = Notify()
notification.title = "Cool Title"
notification.message = "Even cooler message."
audio_path = os.path.join("test.wav")
notification.audio = audio_path
I have confirmed it just doesn't work on my computer. I tried different wav audio files and it neither gave me an error nor any sound that i hoped to hear. :(
#Windows Logon.wav = a file that I copied from "%windir%/media".
#Windows version = Microsoft Windows 10 Home, version 10.0.19045 N/A Build 19045
The text was updated successfully, but these errors were encountered: