From 087087e65c0ea0b19d21c4a8b44833bf0a951e86 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 12 Feb 2015 22:18:39 +0100 Subject: Add 'enable_resampling' config option for runtime disabling of the resampler. --- src/configuration.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/configuration.h') diff --git a/src/configuration.h b/src/configuration.h index c49f997..b8be49f 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -36,6 +36,8 @@ namespace Conf { extern float velocity_randomiser_weight; extern int samplerate; + + extern bool enable_resampling; }; -- cgit v1.2.3