Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PipeWire host #651

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

PipeWire host #651

wants to merge 9 commits into from

Conversation

m00nwtchr
Copy link

No description provided.

@m00nwtchr m00nwtchr mentioned this pull request Mar 9, 2022
@m00nwtchr m00nwtchr changed the title Pipewire host PipeWire host Mar 9, 2022
Copy link
Collaborator

@ishitatsuyuki ishitatsuyuki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some preliminary comments.

After digging a bit into pipewire-rs it seems that it still lacks a lot of proper binding for essential interfaces, including device enumeration. So I guess the backend will also be blocked on that.

I also look forward to making some MRs to pipewire-rs as a part of a different personal project, so hopefully this will be unblocked soon.

@@ -33,6 +33,8 @@ nix = "0.23"
libc = "0.2.65"
parking_lot = "0.11"
jack = { version = "0.8", optional = true }
# pipewire = { version = "0.4", optional = true }
pipewire = { git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs", optional = true }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It probably doesn't matter since a git dependency can't be included in a published crate anyway, but you should suffix it the URL with .git so GitLab doesn't complain about that.

src/platform/mod.rs Show resolved Hide resolved
@m00nwtchr m00nwtchr force-pushed the pipewire-host branch 2 times, most recently from 5cba950 to 61aa078 Compare March 22, 2022 13:33
@ImUrX ImUrX mentioned this pull request Sep 21, 2022
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants