https://bugs.kde.org/show_bug.cgi?id=490867

Jaypers <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Jaypers <[email protected]> ---
Notes:
- PipeWire already supports capturing both audio and video streams.

- PipeWire does not automatically combine audio and video into a recording.
Audio and video streams must be synchronized and encoded together (typically
using FFmpeg) to produce a playable video file.

- KPipeWire is a Qt-friendly abstraction library over PipeWire that simplifies
using PipeWire in KDE/Qt applications. It already provides the screen recording
functionality that applications such as Spectacle rely on.

- KPipeWire currently does not expose the functionality needed for recording
desktop or microphone audio.

- Extending KPipeWire to support synchronized audio capture would provide a
reusable API that applications such as Spectacle could adopt, rather than each
application implementing its own low-level PipeWire audio capture,
synchronization

- Even after KPipeWire gains audio support, applications like Spectacle would
still need to integrate the new API and expose the feature in their user
interface.

- Because KPipeWire is a shared KDE library, adding audio support there would
allow multiple KDE applications to benefit from the same implementation,
reducing duplicated development effort and improving long-term maintainability.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to