Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

notification.audio does not work on windows 10 #60

Open
Gamer-Victorch opened this issue Feb 6, 2024 · 1 comment
Open

notification.audio does not work on windows 10 #60

Gamer-Victorch opened this issue Feb 6, 2024 · 1 comment

Comments

@Gamer-Victorch
Copy link

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. :(
image

#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

@Gamer-Victorch Gamer-Victorch changed the title notification.audio does not work on windows notification.audio does not work on windows 10 Feb 6, 2024
@DrVoidest
Copy link

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

notification.send()`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants