mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-15 04:40:40 -07:00
- Introduced AtomicBool for stop signal handling to improve thread safety. - Updated audio capture logic to utilize WASAPI more effectively, including error handling and buffer management. - Enhanced the spawn mechanism for audio capture tasks to ensure compatibility with non-Send types. - Added a new dependency on the 'windows' crate in Cargo.lock for improved functionality.