[PR #3228] [MERGED] Microphone support #3321

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3228
Author: @georgemoralis
Created: 7/10/2025
Status: Merged
Merged: 7/23/2025
Merged by: @georgemoralis

Base: mainHead: microphone


📝 Commits (10+)

📊 Changes

11 files changed (+494 additions, -75 deletions)

View changed files

📝 CMakeLists.txt (+2 -0)
📝 src/common/config.cpp (+13 -1)
📝 src/common/config.h (+2 -0)
📝 src/core/libraries/audio/audioin.cpp (+21 -11)
📝 src/core/libraries/audio/audioin.h (+11 -4)
src/core/libraries/audio/sdl_in.cpp (+135 -0)
src/core/libraries/audio/sdl_in.h (+42 -0)
📝 src/core/libraries/network/http.cpp (+1 -1)
📝 src/qt_gui/settings_dialog.cpp (+32 -0)
📝 src/qt_gui/settings_dialog.ui (+223 -58)
📝 src/qt_gui/translations/en_US.ts (+12 -0)

📄 Description

Initial draft


🔄 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/3228 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 7/10/2025 **Status:** ✅ Merged **Merged:** 7/23/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `microphone` --- ### 📝 Commits (10+) - [`ad6de93`](https://github.com/shadps4-emu/shadPS4/commit/ad6de93cba100f8acc1fcda74e5af4adeeae7794) initial drafts - [`9bece01`](https://github.com/shadps4-emu/shadPS4/commit/9bece01cc7e76243b0ceb2ae05e5cbcde6e0a21b) Merge branch 'main' into microphone - [`5c53ca8`](https://github.com/shadps4-emu/shadPS4/commit/5c53ca8b61667b7fd4c469186abdc59d35dbdca5) initial implementation - [`eb5dc68`](https://github.com/shadps4-emu/shadPS4/commit/eb5dc68d596b110ca1a27328f7dbbf32e74fd145) clang+reuse - [`d24ca9d`](https://github.com/shadps4-emu/shadPS4/commit/d24ca9d73d8a1bdfd2bcf02bc9a9ff46f6053794) restore main - [`e0eabac`](https://github.com/shadps4-emu/shadPS4/commit/e0eabac115c5459579ae7983b08010b02ee17ac7) Merge branch 'main' into microphone - [`32f643c`](https://github.com/shadps4-emu/shadPS4/commit/32f643ca9573d123bcf9449cf8b9a4dbfb488899) improved AudioInInput - [`84e8c2c`](https://github.com/shadps4-emu/shadPS4/commit/84e8c2c884bec0fc196352542b5ee4c4f3b510b7) fix microphone - [`2116c1d`](https://github.com/shadps4-emu/shadPS4/commit/2116c1dae41dde2869b1817713e411a2219d848d) + - [`ab9e937`](https://github.com/shadps4-emu/shadPS4/commit/ab9e9378f128d7e58e4880ab4dfdc16a80f0c3c9) Merge pull request #15 from DanielSvoboda/patch-1 ### 📊 Changes **11 files changed** (+494 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -0) 📝 `src/common/config.cpp` (+13 -1) 📝 `src/common/config.h` (+2 -0) 📝 `src/core/libraries/audio/audioin.cpp` (+21 -11) 📝 `src/core/libraries/audio/audioin.h` (+11 -4) ➕ `src/core/libraries/audio/sdl_in.cpp` (+135 -0) ➕ `src/core/libraries/audio/sdl_in.h` (+42 -0) 📝 `src/core/libraries/network/http.cpp` (+1 -1) 📝 `src/qt_gui/settings_dialog.cpp` (+32 -0) 📝 `src/qt_gui/settings_dialog.ui` (+223 -58) 📝 `src/qt_gui/translations/en_US.ts` (+12 -0) </details> ### 📄 Description Initial draft --- <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:16 +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#3321
No description provided.