try to fix audio play noise;improve audio performance

This commit is contained in:
csf
2022-02-22 20:45:49 +08:00
parent 4a03c60ac1
commit 82d5924401
5 changed files with 45 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ use std::{
time::Duration,
};
mod audio_service;
pub mod audio_service;
mod clipboard_service;
#[cfg(windows)]
pub mod clipboard_file_service;