Skip to content

feat: duplex support for pipewire - #1272

Draft
Decodetalkers wants to merge 2 commits into
RustAudio:masterfrom
Decodetalkers:duplex_pw
Draft

feat: duplex support for pipewire#1272
Decodetalkers wants to merge 2 commits into
RustAudio:masterfrom
Decodetalkers:duplex_pw

Conversation

@Decodetalkers

Copy link
Copy Markdown
Contributor

still in draft, I need to test more

@Decodetalkers
Decodetalkers marked this pull request as draft July 14, 2026 03:32
let data = active.as_mut_ptr() as *mut ();
let mut data =
unsafe { Data::from_parts(data, n_samples, user_data.sample_format) };
user_data.publish_data_duplex_out(stream, frames, &mut data, xrun);

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

because input and output are in two channels, so I cannot send input and output in the same time.. what is about other protocols?

@roderickvd

Copy link
Copy Markdown
Member

@gulbrand

@roderickvd roderickvd mentioned this pull request Aug 1, 2026
19 tasks
@roderickvd

Copy link
Copy Markdown
Member

I've promoted develop to master, so please rebase on master where we'll continue the 0.19.0 work.

still in draft, I need to test more
@Decodetalkers
Decodetalkers changed the base branch from develop to master August 17, 2026 11:06
@Decodetalkers

Copy link
Copy Markdown
Contributor Author

I found this pr https://gitlab.freedesktop.org/pipewire/pipewire-rs/-/merge_requests/132/

Maybe I should wait for it?

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