Enhance audio capture functionality and update dependencies

- Added support for capturing system audio on Windows using WASAPI with improved error handling and thread safety.
- Introduced the 'scopeguard' crate for better resource management during audio capture.
- Updated Cargo.toml to include 'scopeguard' and modified Windows-specific dependencies for enhanced functionality.
- Added a new test for validating audio capture output, ensuring the captured audio data is valid and non-empty.
This commit is contained in:
Jamie Pine
2026-01-26 20:40:10 -08:00
parent e59f86aa63
commit 36031a0df5
6 changed files with 107 additions and 8 deletions
+1
View File
@@ -0,0 +1 @@
pub mod audio_capture;