mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-24 23:36:00 +03:00
[PR #4030] OpenAL sound backened #3882
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3882
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/4030
Author: @georgemoralis
Created: 2/13/2026
Status: 🔄 Open
Base:
main← Head:audio3📝 Commits (10+)
078152fcode cleanup74b2379simd implementation and better buffer support03cccdareduce logging in audiooutad1b69bMerge branch 'main' into audio3b164169added openal libs24354c5Merge branch 'main' into audio36de3459added sceAudioOutGetSystemState3ab2275fixed backend14d6f6dMerge branch 'main' into audio30a856bcinitial audio out openal support , still not working properly📊 Changes
10 files changed (+2254 additions, -7 deletions)
View changed files
📝
.gitmodules(+0 -1)📝
CMakeLists.txt(+7 -3)📝
externals/CMakeLists.txt(+0 -1)📝
src/core/libraries/audio/audioout.cpp(+1 -1)📝
src/core/libraries/audio/audioout_backend.h(+5 -0)➕
src/core/libraries/audio/openal_audio_out.cpp(+833 -0)➕
src/core/libraries/audio/openal_manager.h(+226 -0)➕
src/core/libraries/audio3d/audio3d_openal.cpp(+998 -0)➕
src/core/libraries/audio3d/audio3d_openal.h(+181 -0)📝
src/core/libraries/libs.cpp(+3 -1)📄 Description
OpenAL backend port for audio_out , it will use default device output for now , selector is coming
The audio3d backend works but no fixes has been done from sdl one , it will be the next step.
Atm openal is forced as audio backend , it will be able to choose from sdl3,openal
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.