mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #679] Implement interflow as audio backend #660
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#660
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jpochyla/psst/pull/679
Author: @azam
Created: 7/16/2025
Status: 🔄 Open
Base:
main← Head:feature/interflow📝 Commits (2)
942da23Implement interflow backendca9ad97Fix sample rate📊 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
interflowfeature 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.