mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #3618] [MERGED] ajm: handle ParseRiffHeader flag #3612
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#3612
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/3618
Author: @roamic
Created: 9/18/2025
Status: ✅ Merged
Merged: 9/22/2025
Merged by: @georgemoralis
Base:
main← Head:ajm-riff-header-flag📝 Commits (7)
b9db537ajm: handle ParseRiffheader flagc6b776dsmall optimizations and cleanup457af03allow uninitialized instances handle RIFF5be64e4fixed audio cutoff and small refactoring0b58183small fix to the returned data21f02f5fix gapless init, reset total samples on RIFF initfd923d3warning reporting + consume input buffer on gapless loop📊 Changes
6 files changed (+183 additions, -48 deletions)
View changed files
📝
src/core/libraries/ajm/ajm_at9.cpp(+107 -13)📝
src/core/libraries/ajm/ajm_at9.h(+7 -2)📝
src/core/libraries/ajm/ajm_instance.cpp(+52 -23)📝
src/core/libraries/ajm/ajm_instance.h(+9 -3)📝
src/core/libraries/ajm/ajm_mp3.cpp(+6 -5)📝
src/core/libraries/ajm/ajm_mp3.h(+2 -2)📄 Description
Parses
RIFFheader in the data if it is present and the flag is set.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.