-
Notifications
You must be signed in to change notification settings - Fork 24
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
Changing the sound when done #78
Comments
can do that, make it load sound.wav which you can replace. super easy to do. maybe send me a better default sound if you want, all ears. |
Awesome, thanks!! If you are going for standard windows sounds, I find Alarm03.wav or Ring06.wav in Windows 10 quite pleasing, for example. As found in the Windows/Media folder. |
tigros
pushed a commit
that referenced
this issue
Oct 26, 2024
done in 3.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi again,
I rely on the "When done: Play sound" feature, which is absolutely great when keeping it running in the backkground and doing other work. But more than enough I'm about to get a heart attack when suddenly my headphones are screaming "TADAAA". I don't know about C++ and how to compile stuff.
I guess it's line 731 in Form1.cs to be changed:
to something like:
So one could place any custom.wav file in the folder of the main.exe and it should play that, right? Just a suggestion, maybe there are better solutions.
The text was updated successfully, but these errors were encountered: