summaryrefslogtreecommitdiff
path: root/src/lib/resampler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/resampler.h')
-rw-r--r--src/lib/resampler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/resampler.h b/src/lib/resampler.h
index 9d620b962..9e9304fb4 100644
--- a/src/lib/resampler.h
+++ b/src/lib/resampler.h
@@ -33,6 +33,7 @@ public:
std::pair<boost::shared_ptr<const AudioBuffers>, Frame> run (boost::shared_ptr<const AudioBuffers>, Frame);
std::pair<boost::shared_ptr<const AudioBuffers>, Frame> flush ();
+ void reset ();
void set_fast ();
private: