diff options
Diffstat (limited to 'test/engine.cc')
-rw-r--r-- | test/engine.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/engine.cc b/test/engine.cc index c607ded..11fa720 100644 --- a/test/engine.cc +++ b/test/engine.cc @@ -43,6 +43,7 @@ public: void pre(size_t nsamples) {} void run(int ch, sample_t *samples, size_t nsamples) {} void post(size_t nsamples) {} + bool isFreewheeling() const { return true; } }; class AudioInputEngineDummy |