mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-28 09:16:03 +03:00
[PR #3880] [MERGED] ajm: support for m4aac #3777
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#3777
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/3880
Author: @roamic
Created: 12/27/2025
Status: ✅ Merged
Merged: 12/28/2025
Merged by: @georgemoralis
Base:
main← Head:ajm-aac📝 Commits (4)
7580914ajm m4aacd725cbdfix build on unix9ba4a71small tunes58eb314skip 2 frames if nodelay is not set, change to google repo📊 Changes
16 files changed (+460 additions, -24 deletions)
View changed files
📝
.gitmodules(+3 -0)📝
CMakeLists.txt(+3 -1)📝
externals/CMakeLists.txt(+4 -0)➕
externals/aacdec/CMakeLists.txt(+154 -0)➕
externals/aacdec/fdk-aac(+1 -0)📝
src/core/libraries/ajm/ajm.cpp(+2 -3)📝
src/core/libraries/ajm/ajm.h(+1 -3)➕
src/core/libraries/ajm/ajm_aac.cpp(+194 -0)➕
src/core/libraries/ajm/ajm_aac.h(+73 -0)📝
src/core/libraries/ajm/ajm_at9.cpp(+1 -1)📝
src/core/libraries/ajm/ajm_at9.h(+2 -3)📝
src/core/libraries/ajm/ajm_batch.cpp(+1 -1)📝
src/core/libraries/ajm/ajm_context.cpp(+6 -5)📝
src/core/libraries/ajm/ajm_instance.cpp(+10 -4)📝
src/core/libraries/ajm/ajm_mp3.cpp(+3 -2)📝
src/core/libraries/ajm/ajm_mp3.h(+2 -1)📄 Description
This is experimental.
AAC is known to be used in Dreams, Gungrave: G.O.R.E, and by AvPlayer internally (only in LLE mode).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.