Skip to content

Commit

Permalink
Fix device stream callback
Browse files Browse the repository at this point in the history
  • Loading branch information
midoriiro committed Jan 20, 2025
1 parent e97ec08 commit faf68c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/pipewire/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl Device {
self.id,
direction,
format,
move |buffer| {
move |_, buffer| {
let mut buffer = AudioBuffer::from(
buffer,
sample_format,
Expand Down

0 comments on commit faf68c6

Please sign in to comment.