diff options
Diffstat (limited to 'src/lib/resampler.h')
| -rw-r--r-- | src/lib/resampler.h | 1 |
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: |
