Skip to content

feat: duplex support for pipewire#1272

Draft
Decodetalkers wants to merge 1 commit into
RustAudio:developfrom
Decodetalkers:duplex_pw
Draft

feat: duplex support for pipewire#1272
Decodetalkers wants to merge 1 commit into
RustAudio:developfrom
Decodetalkers:duplex_pw

Conversation

@Decodetalkers

Copy link
Copy Markdown
Contributor

still in draft, I need to test more

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

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