-
Notifications
You must be signed in to change notification settings - Fork 225
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
Include ASIO details in Windows ASIO version #2605
Conversation
@@ -415,6 +415,11 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : CBaseDlg ( parent ) | |||
", <i><a href=\"https://www.qt.io\">https://www.qt.io</a></i></p>" | |||
"<p>Opus Interactive Audio Codec" | |||
", <i><a href=\"https://www.opus-codec.org\">https://www.opus-codec.org</a></i></p>" | |||
# if defined( _WIN32 ) && !defined( WITH_JACK ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm. Although not related, I think we should hava a "WITH_ASIO" default compile parameter instead of checking WITH_JACK everywhere...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps introduce the "WITH_ASIO" as part of audio redesign? Current reasoning is that the ASIO is just the default and therefore no need to define. Thinking if there will be a "no sound" option, it might help to add a "WITH_ASIO" define.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, code looks good. I've also tested the installer start pages via wine.
@henkdegroot Could you please rebase to resolve the conflict?
Minor inline comment whitespace nit.
49fa63e
to
19a0895
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Short description of changes
Add ASIO logo and text to Windows Installer
Add ASIO reference to the About - Libraries page
Add ASIO reference to the CLI version output
All is only shown when the "default/ASIO" version is used.
CHANGELOG: Client: Include ASIO references in Windows ASIO version
Context: Fixes an issue?
Related: #2417
Does this change need documentation? What needs to be documented and how?
No
Screenshots
Installer Welcome Page:
About Screen:
Status of this Pull Request
Completed
What is missing until this pull request can be merged?
Review
Checklist