-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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 sound upon completion of build so that users can multi-task (do work in other applications) and know when the build has completed #141506
Comments
Ideally this would also support visual notification such as OS notifications for situations where an audible notification won't be heard such as deafness or muted speakers. |
Our sound designer create a sound for this, so we can start on the implementation in September. |
Regarding the sound to indicate the process started - I agree that it doesn't seem necessary, and I would go further to say that some people might dislike it. If implemented would be good to have an option to toggle both independently because my guess is most people would only want the completion sound. Otherwise it could be annoying to have too many sounds, some of which are unnecessary. |
@dabelt-msft I agree. fyi @AFre100 |
Personally I'd love a little victory trill (do Do DOO) on zero exit code
and a sad trombone (wah-wah) noise on non-zero. To be really greedy, I'd
pick different noises for low exits like 1 or 2 and high ones like 255. I
have at least one colleague who would probably pick a football theme
"touchdown"/"fumble"/"interception". Could become a beloved mini feature.
…On Wed, Aug 31, 2022, 4:17 AM Isidor Nikolic ***@***.***> wrote:
@dabelt-msft <https://github.com/dabelt-msft> I agree.
@meganrogge <https://github.com/meganrogge> maybe we start with just a
"task finished" sound. Do let me know if I can help here. Thanks!
—
Reply to this email directly, view it on GitHub
<#141506 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEQCINWWFM2GIL6M56RBN3V34II5ANCNFSM5MZSA4VA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I see others have requested the ability to play a sound upon the completion of a build. This request was duplicated seemingly erroneously here (#12466) because visual indication of build status was provided in the terminal; but visual indication requires that people stick around to watch the build or check back frequently, breaking concentration. Enabling a user to toggle an audible indication of a build failure or completion increases the ability to multitask.
The text was updated successfully, but these errors were encountered: