summaryrefslogtreecommitdiffhomepage
path: root/tuner.h
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2019-02-17 22:10:33 +0100
committerRoland Stigge <stigge@antcom.de>2019-02-17 22:10:33 +0100
commiteac187fcbafcc518185d1074395c5fbe6a7e5aec (patch)
treeb3585f50f9db0a04fd3e5c781eb9f952e39e4a53 /tuner.h
parent308a53c389cdc2631860f434989cd57efbf91145 (diff)
Added portaudio support
Diffstat (limited to 'tuner.h')
-rw-r--r--tuner.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tuner.h b/tuner.h
index df17c0f..f5cb5e4 100644
--- a/tuner.h
+++ b/tuner.h
@@ -18,6 +18,9 @@ public:
Tuner(int size, int f_sample);
~Tuner();
+ double fMin();
+ double fMax();
+
Pitch operator() (const std::vector<std::complex<double>> &v);
private: