[PR #2694] [CLOSED] Audio3d #2916

Closed
opened 2026-02-27 22:01:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2694
Author: @auser1337
Created: 3/27/2025
Status: Closed

Base: mainHead: audio-but-3d


📝 Commits (9)

  • 6dd7f76 feat: Audio3d
  • 0af4b0a feat: Audio3d
  • 2930017 audio3d: disable output
  • 3a5c750 Merge branch 'shadps4-emu:main' into audio-but-3d
  • 5e9ec36 Merge branch 'main' into audio-but-3d
  • 53247ad Merge branch 'main' into audio-but-3d
  • ae31e3a Merge branch 'main' into audio-but-3d
  • 83e2ee3 Merge branch 'main' into audio-but-3d
  • a7d2c0f Merge branch 'shadps4-emu:main' into audio-but-3d

📊 Changes

6 files changed (+430 additions, -316 deletions)

View changed files

📝 CMakeLists.txt (+0 -2)
📝 src/core/libraries/audio3d/audio3d.cpp (+345 -190)
📝 src/core/libraries/audio3d/audio3d.h (+85 -93)
📝 src/core/libraries/audio3d/audio3d_error.h (+0 -2)
src/core/libraries/audio3d/audio3d_impl.cpp (+0 -13)
src/core/libraries/audio3d/audio3d_impl.h (+0 -16)

📄 Description

WIP implementation of libSceAudio3d.

Audio output is disabled for now, as there are extreme issues in most cases. Don't want to get sued for hearing loss 😅

Allows CUSA00341 (Uncharted 4: A Thief's End™) to progress slightly further.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2694 **Author:** [@auser1337](https://github.com/auser1337) **Created:** 3/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `audio-but-3d` --- ### 📝 Commits (9) - [`6dd7f76`](https://github.com/shadps4-emu/shadPS4/commit/6dd7f7645f08f6663c9bec38e26c85ce1093f40d) feat: Audio3d - [`0af4b0a`](https://github.com/shadps4-emu/shadPS4/commit/0af4b0a66ba4ec5cfe7463bdeeb9261c03532166) feat: Audio3d - [`2930017`](https://github.com/shadps4-emu/shadPS4/commit/29300172cc8d75a51106bdd4a1f8567df6de8423) audio3d: disable output - [`3a5c750`](https://github.com/shadps4-emu/shadPS4/commit/3a5c750ec06c9587738f0762b1bb23c5a2330d2e) Merge branch 'shadps4-emu:main' into audio-but-3d - [`5e9ec36`](https://github.com/shadps4-emu/shadPS4/commit/5e9ec3661deb15f2c400acad12f5256fca0c8f29) Merge branch 'main' into audio-but-3d - [`53247ad`](https://github.com/shadps4-emu/shadPS4/commit/53247ad008c13995f35d6677b50630d94aa509ee) Merge branch 'main' into audio-but-3d - [`ae31e3a`](https://github.com/shadps4-emu/shadPS4/commit/ae31e3a5a34f051ccf2e00d15b42cdbd7b7f33c3) Merge branch 'main' into audio-but-3d - [`83e2ee3`](https://github.com/shadps4-emu/shadPS4/commit/83e2ee3b0368f22a4e24af0024797fda1a5139ca) Merge branch 'main' into audio-but-3d - [`a7d2c0f`](https://github.com/shadps4-emu/shadPS4/commit/a7d2c0f85414c8baadb3c401da03e563d021389c) Merge branch 'shadps4-emu:main' into audio-but-3d ### 📊 Changes **6 files changed** (+430 additions, -316 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+0 -2) 📝 `src/core/libraries/audio3d/audio3d.cpp` (+345 -190) 📝 `src/core/libraries/audio3d/audio3d.h` (+85 -93) 📝 `src/core/libraries/audio3d/audio3d_error.h` (+0 -2) ➖ `src/core/libraries/audio3d/audio3d_impl.cpp` (+0 -13) ➖ `src/core/libraries/audio3d/audio3d_impl.h` (+0 -16) </details> ### 📄 Description WIP implementation of `libSceAudio3d`. Audio output is disabled for now, as there are extreme issues in most cases. Don't want to get sued for hearing loss 😅 Allows `CUSA00341` (Uncharted 4: A Thief's End™) to progress slightly further. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:01:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2916
No description provided.