feat: 新增 client-kws

This commit is contained in:
Del Wang
2025-05-08 22:38:30 +08:00
parent fc9409e55f
commit ca728e3dfc
6 changed files with 89 additions and 9 deletions
@@ -16,7 +16,7 @@ pub enum KwsMonitorEvent {
pub struct KwsMonitor;
static KWS_FILE_PATH: &str = "/tmp/open-xiaoai/kws.log";
pub static KWS_FILE_PATH: &str = "/tmp/open-xiaoai/kws.log";
static LAST_TIMESTAMP: AtomicU64 = AtomicU64::new(0);