From 73f1a400608d93742e57c7ea3c4433eb1a2e1852 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 20 Sep 2013 22:23:23 +0200 Subject: =?UTF-8?q?New=20resample=20feature=20(greatly=20inspired=20by=20C?= =?UTF-8?q?=E9dric=20'SxDx')=20based=20on=20libsamplerate.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 2690104..c49f997 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -34,6 +34,8 @@ namespace Conf { extern bool enable_velocity_randomiser; extern float velocity_randomiser_weight; + + extern int samplerate; }; -- cgit v1.2.3