core: add audio format conversion routines
[nihav.git] / nihav-core / src / lib.rs
index 75dbc78d8101baeacb26537e8f565f9f7675bb52..6ac5cafea80e913c7a09f8598dd8c11c08be5e67 100644 (file)
@@ -19,6 +19,7 @@ pub mod register;
 pub mod detect;
 pub mod reorder;
 pub mod scale;
+pub mod soundcvt;
 
 #[cfg(feature="dsp")]
 #[allow(clippy::excessive_precision)]