diff --git a/src/audio/mod.rs b/src/audio/mod.rs new file mode 100644 index 0000000..e69de29 diff --git a/src/audio/resampling.rs b/src/audio/resampling.rs new file mode 100644 index 0000000..e69de29 diff --git a/src/main.rs b/src/main.rs index b49723a..62e5e6e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,6 +2,7 @@ mod args; mod config; mod commands; mod device; +mod audio; use clap::Parser;