[scarthgap][RFC PATCH 0/3] Add pipeWire audio stack for am62dxx

Paresh Bhagat <[email protected]>
Newsgroups org.yoctoproject.lists.meta-arago
Message-ID <[email protected]>
This patch series introduces PipeWire audio support for AM62Dxx platform,
replacing PulseAudio with the modern PipeWire audio server architecture.

PipeWire is a modern audio/video server that provides low-latency, high-performance
audio processing with better resource management and flexible routing capabilities.
WirePlumber serves as the session manager, providing policy management and device
configuration for PipeWire, enabling automatic audio routing and device handling.

More info can be found here:
- https://pipewire.org/
- https://docs.pipewire.org/

PipeWire offers several advantages over PulseAudio:
- Lower latency and better real-time performance.
- Unified handling of both audio and video streams.
- Better support for professional audio applications.
- Improved security model with per-client sandboxing.
- More efficient resource usage and power management.
- Native support for modern audio formats and sample rates.

The series includes:

Patch 1: Add PipeWire configuration files with capture and multichannel setup.

Patch 2: Add WirePlumber configuration with audio defaults service.

Patch 3: Enable PipeWire audio stack in tisdk-default-image for am62dxx.

This implementation provides a complete audio solution with ALSA and PulseAudio
compatibility layers, ensuring backward compatibility while leveraging PipeWire's
advanced capabilities.

Paresh Bhagat (3):
  recipes-multimedia: Add pipewire configuration files
  recipes-multimedia: Add wireplumber audio configuration
  tisdk-default-image: Add audio server support for am62dxx

 .../images/tisdk-default-image.bb             | 17 +++++++++++
 .../pipewire/pipewire/90-multichannel.conf    | 17 +++++++++++
 .../pipewire/pipewire/92-capture.conf         | 17 +++++++++++
 .../pipewire/pipewire_1.0.9.bbappend          | 14 +++++++++
 .../wireplumber/set-audio-defaults.service    | 14 +++++++++
 .../wireplumber/set-audio-defaults.sh         | 30 +++++++++++++++++++
 .../wireplumber/wireplumber_0.5.1.bbappend    | 25 ++++++++++++++++
 7 files changed, 134 insertions(+)
 create mode 100644 meta-arago-distro/recipes-multimedia/pipewire/pipewire/90-multichannel.conf
 create mode 100644 meta-arago-distro/recipes-multimedia/pipewire/pipewire/92-capture.conf
 create mode 100644 meta-arago-distro/recipes-multimedia/pipewire/pipewire_1.0.9.bbappend
 create mode 100644 meta-arago-distro/recipes-multimedia/wireplumber/wireplumber/set-audio-defaults.service
 create mode 100755 meta-arago-distro/recipes-multimedia/wireplumber/wireplumber/set-audio-defaults.sh
 create mode 100644 meta-arago-distro/recipes-multimedia/wireplumber/wireplumber_0.5.1.bbappend

-- 
2.34.1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.