[PR #3328] [CLOSED] Ds4 speaker audio base #3395

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3328
Author: @nickci2002
Created: 7/26/2025
Status: Closed

Base: mainHead: DS4-Speaker-Audio-Base


📝 Commits (10+)

  • 8e832aa Logic update, no QT ui
  • 91ecc17 Logic update, no QT ui
  • b03873e Merge branch 'shadps4-emu:main' into DS4-Speaker-Audio-Base
  • 5d15990 Fixing errors
  • a19f93b Gui boxes
  • 55e7f6f fixes
  • 1baf865 prevent device list refreshing too fast when game not running
  • 6af41df Fixed Rainmaker's concerns
  • f7f0d10 Merge pull request #3 from rainmakerv3/audioDev
  • d75a33e scePadResetOrientation (#3332)

📊 Changes

14 files changed (+307 additions, -72 deletions)

View changed files

📝 src/common/config.cpp (+82 -47)
📝 src/common/config.h (+5 -1)
📝 src/core/libraries/audio/audioout.cpp (+2 -2)
📝 src/core/libraries/audio/audioout.h (+1 -1)
📝 src/core/libraries/audio/sdl_audio.cpp (+26 -2)
📝 src/qt_gui/main_window.cpp (+4 -2)
📝 src/qt_gui/sdl_event_wrapper.cpp (+8 -0)
📝 src/qt_gui/sdl_event_wrapper.h (+1 -0)
📝 src/qt_gui/settings_dialog.cpp (+91 -3)
📝 src/qt_gui/settings_dialog.h (+5 -3)
📝 src/qt_gui/settings_dialog.ui (+21 -10)
📝 src/qt_gui/translations/ko_KR.ts (+56 -0)
📝 src/qt_gui/translations/ur_PK.ts (+4 -0)
📝 src/video_core/amdgpu/pixel_format.h (+1 -1)

📄 Description

Basic functionality that separates the pad speaker channel from the rest of the audio. This does not include gui components, which need to be implemented.


🔄 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/3328 **Author:** [@nickci2002](https://github.com/nickci2002) **Created:** 7/26/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `DS4-Speaker-Audio-Base` --- ### 📝 Commits (10+) - [`8e832aa`](https://github.com/shadps4-emu/shadPS4/commit/8e832aa3a171cf6b36692ca9f15ea754e3fb2678) Logic update, no QT ui - [`91ecc17`](https://github.com/shadps4-emu/shadPS4/commit/91ecc170eaa981a87a3af8c49de9b851598d80fc) Logic update, no QT ui - [`b03873e`](https://github.com/shadps4-emu/shadPS4/commit/b03873ead35791b66eb5fdb4f1997447994e6080) Merge branch 'shadps4-emu:main' into DS4-Speaker-Audio-Base - [`5d15990`](https://github.com/shadps4-emu/shadPS4/commit/5d1599013e17104eef50eba15e4544bab7b5550d) Fixing errors - [`a19f93b`](https://github.com/shadps4-emu/shadPS4/commit/a19f93b68fd1b750f2710d2211a544a0655f51ca) Gui boxes - [`55e7f6f`](https://github.com/shadps4-emu/shadPS4/commit/55e7f6fc37becbff69312be30e1eb6ca022eb441) fixes - [`1baf865`](https://github.com/shadps4-emu/shadPS4/commit/1baf865044739115969a6ae60e459669cf8e5823) prevent device list refreshing too fast when game not running - [`6af41df`](https://github.com/shadps4-emu/shadPS4/commit/6af41df173673b7e71aa66e8aa4552e3793f0d9f) Fixed Rainmaker's concerns - [`f7f0d10`](https://github.com/shadps4-emu/shadPS4/commit/f7f0d104b37396f2ef99aed62df46be386188fae) Merge pull request #3 from rainmakerv3/audioDev - [`d75a33e`](https://github.com/shadps4-emu/shadPS4/commit/d75a33e10178a28fe3c8ca04cfac3735f4f79e92) scePadResetOrientation (#3332) ### 📊 Changes **14 files changed** (+307 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+82 -47) 📝 `src/common/config.h` (+5 -1) 📝 `src/core/libraries/audio/audioout.cpp` (+2 -2) 📝 `src/core/libraries/audio/audioout.h` (+1 -1) 📝 `src/core/libraries/audio/sdl_audio.cpp` (+26 -2) 📝 `src/qt_gui/main_window.cpp` (+4 -2) 📝 `src/qt_gui/sdl_event_wrapper.cpp` (+8 -0) 📝 `src/qt_gui/sdl_event_wrapper.h` (+1 -0) 📝 `src/qt_gui/settings_dialog.cpp` (+91 -3) 📝 `src/qt_gui/settings_dialog.h` (+5 -3) 📝 `src/qt_gui/settings_dialog.ui` (+21 -10) 📝 `src/qt_gui/translations/ko_KR.ts` (+56 -0) 📝 `src/qt_gui/translations/ur_PK.ts` (+4 -0) 📝 `src/video_core/amdgpu/pixel_format.h` (+1 -1) </details> ### 📄 Description Basic functionality that separates the pad speaker channel from the rest of the audio. This does not include gui components, which need to be implemented. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:32 +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#3395
No description provided.