From f26af8112b03b5233eb5239defd11a7428b705ad Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Sep 2015 09:50:48 +0100 Subject: Use SRC_LINEAR for speed when analysing audio (#685). --- src/lib/resampler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/resampler.h') diff --git a/src/lib/resampler.h b/src/lib/resampler.h index 5a69d0983..f51c3cdb5 100644 --- a/src/lib/resampler.h +++ b/src/lib/resampler.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ class AudioBuffers; class Resampler : public boost::noncopyable { public: - Resampler (int, int, int); + Resampler (int, int, int, bool fast); ~Resampler (); boost::shared_ptr run (boost::shared_ptr); -- cgit v1.2.3