https://bugs.kde.org/show_bug.cgi?id=435256
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version| |6.7.0 Fixed/Implemented| | In| | Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-pa/-/commit/6d0ef | |d26cdeea8b644ffc1e5e11899dd | |73c63f4e Resolution|--- |FIXED --- Comment #4 from Nate Graham <[email protected]> --- Git commit 6d0efd26cdeea8b644ffc1e5e11899dd73c63f4e by Nate Graham, on behalf of Ramil Nurmanov. Committed on 26/03/2026 at 15:40. Pushed by ngraham into branch 'master'. Add microphone test capability to audio settings KCM and widget This commit request adds the ability to test microphone devices directly from the audio settings UIs. Users can now record and playback audio to verify their microphone functionality, similar to the existing speaker test feature. Both implementations share the same backend logic and UI components for consistency. FIXED-IN: 6.7.0 M +1 -0 applet/CMakeLists.txt M +11 -0 applet/ListItemBase.qml A +254 -0 applet/MicrophoneTestView.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] M +4 -2 applet/VolumeSlider.qml M +92 -62 applet/main.qml M +1 -0 src/CMakeLists.txt M +10 -3 src/kcm/ui/DeviceListItem.qml M +241 -10 src/kcm/ui/main.qml A +394 -0 src/microphonetest.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +71 -0 src/microphonetest.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] M +2 -0 src/qml/plugin.cpp https://invent.kde.org/plasma/plasma-pa/-/commit/6d0efd26cdeea8b644ffc1e5e11899dd73c63f4e -- You are receiving this mail because: You are watching all bug changes.
