-
Notifications
You must be signed in to change notification settings - Fork 34
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
Replace OpenAL audio device for Miniaudio backend #1339
Replace OpenAL audio device for Miniaudio backend #1339
Conversation
|
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.
Clang-Tidy
found issue(s) with the introduced code (1/1)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1339 +/- ##
==========================================
- Coverage 40.37% 40.20% -0.17%
==========================================
Files 432 432
Lines 30745 30869 +124
==========================================
Hits 12412 12412
- Misses 18333 18457 +124 ☔ View full report in Codecov by Sentry. |
7193ef1
to
3499340
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.
Clang-Tidy
found issue(s) with the introduced code (1/1)
3499340
to
38ae560
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.
Clang-Tidy
found issue(s) with the introduced code (1/1)
38ae560
to
469b320
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.
Thank you both for working on this! LGTM after resolving the comments I've just added 😌
469b320
to
7560baf
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.
Clang-Tidy
found issue(s) with the introduced code (1/1)
659921e
to
30d7741
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.
LGTM!
30d7741
to
461b647
Compare
2f43f95
to
e1d6253
Compare
7823314
to
b8c58d2
Compare
Co-Authored-By: João Miguel Nogueira <[email protected]>
We can't compile Miniaudio using Homebrew clang for some reason. We had the same exact compiling error as reported in RustAudio/coreaudio-sys#96
b8c58d2
to
646ad5f
Compare
Description
This PR is one of many in #1004, it replaces the OpenAL audio backend with the miniaudio.h backend.
Closes #1005.
Checklist