-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
Play a sound on notifications #1284
Labels
Comments
woodser
changed the title
Play a sound on key notifications
Play a sound on notifications
Sep 24, 2024
Okay, i did not see this one. Thanks for pointing it out |
It came after, but good to consolidate :) |
I'm working on this. |
woodser
added a commit
that referenced
this issue
Sep 27, 2024
woodser
added a commit
that referenced
this issue
Sep 27, 2024
woodser
added a commit
that referenced
this issue
Sep 30, 2024
woodser
added a commit
that referenced
this issue
Sep 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue requests playing a sound on certain notifications, specifically:
Additionally, an option should be added to Settings > Preferences > General preferences, e.g. "Play sounds on key events".
The sounds should only be played when running the desktop app, not the daemon.
Here are 2 sound files: haveno_sounds.zip
We're thinking to play the chime when an offer is taken and when the peer confirms payment sent, and then play the cash register sound any time funds are received to your main wallet (this will cover when trades complete).
The code is already importing an audio file, core/src/main/resources/prevent-app-nap-silent-sound.aiff, used within AvoidStandbyModeService.java, so the implementation can refer to that.
The text was updated successfully, but these errors were encountered: