https://bugs.kde.org/show_bug.cgi?id=474798
--- Comment #13 from Arjen Hiemstra <[email protected]> --- Git commit 06d7720daf9a0ec4163b51db9e38c561ff8580ea by Arjen Hiemstra, on behalf of Khudoberdi Abdujalilov. Committed on 08/07/2026 at 08:53. Pushed by ahiemstra into branch 'master'. recording: Expose audio recording on PipeWireRecord Add recordSystemAudio and recordMicrophone properties on PipeWireRecord and thread them through to PipeWireRecordProduce. setupFormat() picks the matching audio encoder (libopus for WebM, native aac for MP4), adds a second AVStream to the container and muxes the encoded packets via processAudioPacket(). Formats without audio support ignore the properties with a warning. Related: bug 490867 M +5 -0 src/encoder.cpp M +8 -0 src/encoder_p.h M +5 -0 src/gifencoder.cpp M +1 -0 src/gifencoder_p.h M +5 -0 src/libwebpencoder.cpp M +1 -0 src/libwebpencoder_p.h M +97 -2 src/pipewirerecord.cpp M +11 -0 src/pipewirerecord.h M +7 -1 src/pipewirerecord_p.h https://invent.kde.org/plasma/kpipewire/-/commit/06d7720daf9a0ec4163b51db9e38c561ff8580ea -- You are receiving this mail because: You are watching all bug changes.
