[PR #1610] Add pipewire audio backend #1458

Open
opened 2026-02-27 20:02:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/1610
Author: @ggiraudon
Created: 10/4/2025
Status: 🔄 Open

Base: devHead: dev


📝 Commits (4)

  • c8c794e Add pipewire audio backend
  • e7c63f9 Fix dependencies
  • 7ff2a57 Fix syntax and formatting to pass fmt check
  • 3bad516 Replace bytefeeding with ringbuffer to feed channels

📊 Changes

5 files changed (+549 additions, -2 deletions)

View changed files

📝 Cargo.lock (+192 -2)
📝 Cargo.toml (+5 -0)
📝 playback/Cargo.toml (+7 -0)
📝 playback/src/audio_backend/mod.rs (+7 -0)
playback/src/audio_backend/pipewire.rs (+338 -0)

📄 Description

For your consideration : My implementation of a native pipewire audio-backend.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/librespot-org/librespot/pull/1610 **Author:** [@ggiraudon](https://github.com/ggiraudon) **Created:** 10/4/2025 **Status:** 🔄 Open **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (4) - [`c8c794e`](https://github.com/librespot-org/librespot/commit/c8c794e8ba547c89f022a4cfa80e645b062d5384) Add pipewire audio backend - [`e7c63f9`](https://github.com/librespot-org/librespot/commit/e7c63f98887dcd24c39ae1f1cbc79f8764504f25) Fix dependencies - [`7ff2a57`](https://github.com/librespot-org/librespot/commit/7ff2a57f834e12b847c70fe689b6e3cad0c59f04) Fix syntax and formatting to pass fmt check - [`3bad516`](https://github.com/librespot-org/librespot/commit/3bad516f9a9b8f45225408d673f552a51799cd81) Replace bytefeeding with ringbuffer to feed channels ### 📊 Changes **5 files changed** (+549 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+192 -2) 📝 `Cargo.toml` (+5 -0) 📝 `playback/Cargo.toml` (+7 -0) 📝 `playback/src/audio_backend/mod.rs` (+7 -0) ➕ `playback/src/audio_backend/pipewire.rs` (+338 -0) </details> ### 📄 Description For your consideration : My implementation of a native pipewire audio-backend. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#1458
No description provided.