Skip to content

Commit 9ca07fd

Browse files
committed
make audio capture send
1 parent 1cb811d commit 9ca07fd

File tree

1 file changed

+2
-0
lines changed
  • crates/recording/src/sources/screen_capture

1 file changed

+2
-0
lines changed

crates/recording/src/sources/screen_capture/windows.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,8 @@ pub mod audio {
467467
capturer: scap_cpal::Capturer,
468468
}
469469

470+
unsafe impl Send for WindowsAudioCapture {}
471+
470472
impl WindowsAudioCapture {
471473
pub fn new(
472474
audio_tx: Sender<(ffmpeg::frame::Audio, f64)>,

0 commit comments

Comments
 (0)