mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #3228] [MERGED] Microphone support #3321
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#3321
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/3228
Author: @georgemoralis
Created: 7/10/2025
Status: ✅ Merged
Merged: 7/23/2025
Merged by: @georgemoralis
Base:
main← Head:microphone📝 Commits (10+)
ad6de93initial drafts9bece01Merge branch 'main' into microphone5c53ca8initial implementationeb5dc68clang+reused24ca9drestore maine0eabacMerge branch 'main' into microphone32f643cimproved AudioInInput84e8c2cfix microphone2116c1d+ab9e937Merge pull request #15 from DanielSvoboda/patch-1📊 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.