X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Flib.rs;h=6ac5cafea80e913c7a09f8598dd8c11c08be5e67;hb=79ec1d51391cccce3c8ca2d4ea7e640cc78f0ee6;hp=75dbc78d8101baeacb26537e8f565f9f7675bb52;hpb=ca8452f0b03bdf2c416eeee51ba59a8c9cd8c502;p=nihav.git diff --git a/nihav-core/src/lib.rs b/nihav-core/src/lib.rs index 75dbc78..6ac5caf 100644 --- a/nihav-core/src/lib.rs +++ b/nihav-core/src/lib.rs @@ -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)]