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

Remove audio logo from NVDA launcher #17507

Merged
merged 4 commits into from
Dec 13, 2024
Merged

Remove audio logo from NVDA launcher #17507

merged 4 commits into from
Dec 13, 2024

Conversation

SaschaCowley
Copy link
Member

@SaschaCowley SaschaCowley commented Dec 12, 2024

Link to issue number:

Closes #14068
Closes #15110

Summary of the issue:

The NVDA launcher currently plays an audio logo when launched.
This creates a number of problems:

Description of user facing changes

The NVDA launcher is now silent until the temporary copy of NVDA it includes is started.

Description of development approach

Removed all code related to playing the audio logo from launcher/launcher.nsis.

Testing strategy:

Built the launcher and ran it from explorer.
Also ran NVDA from source patched to check for updates, and swapped the downloaded launcher for the one without the sound logo.

Known issues with pull request:

There is now an appreciable period of silence between NVDA quitting to perform an update, and the temporary NVDA speaking to read out the update progress.

Code Review Checklist:

  • Documentation:
    • Change log entry
    • User Documentation
    • Developer / Technical Documentation
    • Context sensitive help for GUI changes
  • Testing:
    • Unit tests
    • System (end to end) tests
    • Manual testing
  • UX of all users considered:
    • Speech
    • Braille
    • Low Vision
    • Different web browsers
    • Localization in other languages / culture than English
  • API is compatible with existing add-ons.
  • Security precautions taken.

@coderabbitai summary

@SaschaCowley SaschaCowley marked this pull request as ready for review December 12, 2024 03:03
@SaschaCowley SaschaCowley requested a review from a team as a code owner December 12, 2024 03:03
@cary-rowen
Copy link
Contributor

There is now an appreciable period of silence between NVDA quitting to perform an update, and the temporary NVDA speaking to read out the update progress.

Can we improve this? Is it possible to use a shorter sound? In order to let users know that the update has started, rather than being stuck for some reason.

@SaschaCowley
Copy link
Member Author

@cary-rowen

There is now an appreciable period of silence between NVDA quitting to perform an update, and the temporary NVDA speaking to read out the update progress.

Can we improve this? Is it possible to use a shorter sound? In order to let users know that the update has started, rather than being stuck for some reason.

Unfortunately PlaySound and friends are the only easy ways of natively playing a sound file that I'm aware of, and they all use winmm. As we're running under NSIS, our options here are rather limited.

@dpy013
Copy link
Contributor

dpy013 commented Dec 13, 2024

Can we take a look at Inno Setup?

@seanbudd
Copy link
Member

@dpy013 - we do not intend to add back a launcher sound or migrate from NSIS for the time being. I'd encourage dropping the concern

# Conflicts:
#	user_docs/en/changes.md
@SaschaCowley SaschaCowley merged commit 82fefa5 into master Dec 13, 2024
5 checks passed
@SaschaCowley SaschaCowley deleted the launcherSound branch December 13, 2024 03:36
@github-actions github-actions bot added this to the 2025.1 milestone Dec 13, 2024
seanbudd added a commit that referenced this pull request Dec 18, 2024
…uide (#17519)

Summary of the issue:

In #17507, the audio logo played while the NVDA launcher is loading has been removed. However, the quick start guide still makes a reference to the music playing before a temporary copy of NVDA loads.

Description of user facing changes

The quick start guide no longer includes misleading information. Instead, it has been replaced with a note that it may take a few seconds for the temporary copy to load.


---------

Co-authored-by: Sean Budd <seanbudd123@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants