aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2017-06-14 18:04:23 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2017-06-14 18:04:23 +0200
commit3f3b5b2356c82357a0e29e37cb94b6e77c2a519a (patch)
treee3b86b8e40097fbcfd0bb9122075968d55151a50 /src/lib.rs
parent88c58b1b958a5478dca6595e2efc3a1a6b5f7e19 (diff)
downloadnihav-3f3b5b2356c82357a0e29e37cb94b6e77c2a519a.tar.gz
FFT implementation
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 7a5e2c5..0734625 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -12,3 +12,5 @@ pub mod frame;
pub mod io;
pub mod register;
pub mod detect;
+
+pub mod dsp;