Bump OpenAL to 1.24.3.1 by dellis1972 · Pull Request #8882 · MonoGame/MonoGame

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@dellis1972

Copy link

Contributor

Bump OpenAL to 1.24.3.1.
The brings in Android 16kb alignment.
Also removes iOS iPhone from the NuGet Package, but still has the simulator. This will allow developers to build and test and release.

KelsamGames reacted with hooray emoji
Bump OpenAL to 1.24.3.1.
The brings in Android 16kb alignment.
Also removes iOS iPhone from the NuGet Package, but still has the simulator. This will allow developers to build and test and release.

@dellis1972 dellis1972 requested a review from ThomasFOG

July 8, 2025 15:17

<!-- iOS has its own Song and Video implementation -->
<ItemGroup Condition="$(DefineConstants.Contains('NO_AUDIO')) != 'true' And $(DefineConstants.Contains('IOS'))">
<PackageReference Include="MonoGame.Library.OpenAL" Version="1.24.3.1" />
Copy link

Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this back in as the Nuget now only includes the simulator binaries. the device binary which was causing publishing issues has been removed.

@ThomasFOG

Copy link

Contributor

The nuget needs to be published (we should likely add auto-publish to dependencies).

@SimonDarksideJ SimonDarksideJ merged commit c1ae93d into develop

Jul 9, 2025

18 of 24 checks passed

@SimonDarksideJ SimonDarksideJ deleted the dev/dellis1972/bumpopenal1.24.3.1 branch

July 9, 2025 13:51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@SimonDarksideJ SimonDarksideJ SimonDarksideJ approved these changes

@ThomasFOG ThomasFOG Awaiting requested review from ThomasFOG

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@dellis1972 @ThomasFOG @SimonDarksideJ