[PR #679] Implement interflow as audio backend #660

Open
opened 2026-02-28 14:33:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/679
Author: @azam
Created: 7/16/2025
Status: 🔄 Open

Base: mainHead: feature/interflow


📝 Commits (2)

📊 Changes

13 files changed (+1437 additions, -458 deletions)

View changed files

📝 Cargo.lock (+956 -409)
📝 psst-cli/Cargo.toml (+2 -1)
📝 psst-cli/src/main.rs (+2 -5)
📝 psst-core/Cargo.toml (+8 -1)
📝 psst-core/src/audio/output/cpal.rs (+11 -13)
psst-core/src/audio/output/interflow.rs (+373 -0)
📝 psst-core/src/audio/output/mod.rs (+59 -11)
📝 psst-core/src/audio/resample.rs (+9 -5)
📝 psst-core/src/audio/source.rs (+1 -1)
📝 psst-core/src/player/mod.rs (+3 -3)
📝 psst-core/src/player/worker.rs (+5 -5)
📝 psst-gui/Cargo.toml (+2 -1)
📝 psst-gui/src/controller/playback.rs (+6 -3)

📄 Description

Interflow supports multiple backends, including pipewire.
Compile with interflow feature to use.

Original request:
https://github.com/jpochyla/psst/pull/650#issuecomment-3067534997

Personal notes:
interflow is probably a little immature to consume as a library, with core traits like AudioOutputDevice, StreamHandle not being dyn compatible.


🔄 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/jpochyla/psst/pull/679 **Author:** [@azam](https://github.com/azam) **Created:** 7/16/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/interflow` --- ### 📝 Commits (2) - [`942da23`](https://github.com/jpochyla/psst/commit/942da23119167c80afdeec2b735f82351206f809) Implement interflow backend - [`ca9ad97`](https://github.com/jpochyla/psst/commit/ca9ad97b9825f6f233d334aa5e5d0b9389b905fc) Fix sample rate ### 📊 Changes **13 files changed** (+1437 additions, -458 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+956 -409) 📝 `psst-cli/Cargo.toml` (+2 -1) 📝 `psst-cli/src/main.rs` (+2 -5) 📝 `psst-core/Cargo.toml` (+8 -1) 📝 `psst-core/src/audio/output/cpal.rs` (+11 -13) ➕ `psst-core/src/audio/output/interflow.rs` (+373 -0) 📝 `psst-core/src/audio/output/mod.rs` (+59 -11) 📝 `psst-core/src/audio/resample.rs` (+9 -5) 📝 `psst-core/src/audio/source.rs` (+1 -1) 📝 `psst-core/src/player/mod.rs` (+3 -3) 📝 `psst-core/src/player/worker.rs` (+5 -5) 📝 `psst-gui/Cargo.toml` (+2 -1) 📝 `psst-gui/src/controller/playback.rs` (+6 -3) </details> ### 📄 Description Interflow supports multiple backends, including pipewire. Compile with `interflow` feature to use. Original request: https://github.com/jpochyla/psst/pull/650#issuecomment-3067534997 Personal notes: interflow is probably a little immature to consume as a library, with core traits like AudioOutputDevice, StreamHandle not being dyn compatible. --- <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/psst#660
No description provided.