mirror of
https://github.com/mii443/maudio-router.git
synced 2025-12-03 11:08:31 +00:00
add resampling module
This commit is contained in:
0
src/audio/mod.rs
Normal file
0
src/audio/mod.rs
Normal file
0
src/audio/resampling.rs
Normal file
0
src/audio/resampling.rs
Normal file
@@ -2,6 +2,7 @@ mod args;
|
|||||||
mod config;
|
mod config;
|
||||||
mod commands;
|
mod commands;
|
||||||
mod device;
|
mod device;
|
||||||
|
mod audio;
|
||||||
|
|
||||||
use clap::Parser;
|
use clap::Parser;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user