mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #1456] [MERGED] Ajm #2121
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#2121
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/1456
Author: @georgemoralis
Created: 10/27/2024
Status: ✅ Merged
Merged: 11/5/2024
Merged by: @georgemoralis
Base:
main← Head:ajm📝 Commits (10+)
e12e1cfajm: Initial ajm implementation163bafcAJM code improvements (#1453)f676e08Fix sideband buffer order (#1454)d41bb9cajm: Attempt to add gapless supportd0a7f59ajm_at9: Return superframes decoded in a single jobda5f7f2WIP (#1460)d7f78e6Fix gapless decode and combine split buffersaf2df7dFixed linux build18a4bd2fix number of samples reported with gapless decodingf818f3efixed number of remaining samples calculation📊 Changes
17 files changed (+1678 additions, -58 deletions)
View changed files
📝
.gitmodules(+4 -1)📝
CMakeLists.txt(+18 -5)📝
externals/CMakeLists.txt(+5 -0)➕
externals/LibAtrac9(+1 -0)➕
src/common/slot_array.h(+63 -0)📝
src/core/libraries/ajm/ajm.cpp(+77 -39)📝
src/core/libraries/ajm/ajm.h(+160 -13)➕
src/core/libraries/ajm/ajm_at9.cpp(+91 -0)➕
src/core/libraries/ajm/ajm_at9.h(+41 -0)➕
src/core/libraries/ajm/ajm_batch.cpp(+461 -0)➕
src/core/libraries/ajm/ajm_batch.h(+74 -0)➕
src/core/libraries/ajm/ajm_context.cpp(+175 -0)➕
src/core/libraries/ajm/ajm_context.h(+57 -0)➕
src/core/libraries/ajm/ajm_instance.cpp(+102 -0)➕
src/core/libraries/ajm/ajm_instance.h(+108 -0)➕
src/core/libraries/ajm/ajm_mp3.cpp(+166 -0)➕
src/core/libraries/ajm/ajm_mp3.h(+75 -0)📄 Description
WIP :D
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.