VAD fixes + some calibrations
This commit is contained in:
parent
47b7e7a65d
commit
e2370dc046
8 changed files with 593 additions and 157 deletions
|
|
@ -36,6 +36,8 @@ pub mod ipc;
|
|||
|
||||
pub mod voices;
|
||||
|
||||
pub mod audio_buffer;
|
||||
|
||||
// shared statics
|
||||
// pub static APP_DIR: Lazy<PathBuf> = Lazy::new(|| std::env::current_dir().unwrap());
|
||||
pub static APP_DIR: Lazy<PathBuf> = Lazy::new(|| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue