diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-11-03 18:55:03 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-11-03 18:55:03 +0100 |
commit | 618ccf981bf16e848912cf8c4d72f58c7134642a (patch) | |
tree | 540fad9cbaa9dbf8d0f1b91adddd5300319cacd7 /src/audiooutputengine.h | |
parent | 3176ea311ab6ad13546f8410f4f2ebc9ef229df3 (diff) |
Use Drumgizmo::setSamplerate to control resampler target samplerate.
Diffstat (limited to 'src/audiooutputengine.h')
-rw-r--r-- | src/audiooutputengine.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/audiooutputengine.h b/src/audiooutputengine.h index 25b6ea0..eafafe9 100644 --- a/src/audiooutputengine.h +++ b/src/audiooutputengine.h @@ -57,11 +57,6 @@ public: * Overload this method to force engine to use different buffer size. */ virtual size_t getBufferSize() { return 1024; } - - /** - * Overload this method to report output engine samplerate. - */ - virtual size_t samplerate() { return UNKNOWN_SAMPLERATE; } }; #endif/*__DRUMGIZMO_AUDIOOUTPUTENGINE_H__*/ |