From a72536dbb04b38f91749d9ed1f3458f2945c4600 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 22 Sep 2014 14:31:06 -0400 Subject: [PATCH] fix typo that selected wrong sample rate for 22050Hz export --- libs/ardour/ardour/export_format_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/ardour/export_format_base.h b/libs/ardour/ardour/export_format_base.h index 7f09d148fe..aa2ef69240 100644 --- a/libs/ardour/ardour/export_format_base.h +++ b/libs/ardour/ardour/export_format_base.h @@ -97,7 +97,7 @@ class LIBARDOUR_API ExportFormatBase { SR_None = 0, SR_Session = 1, SR_8 = 8000, - SR_22_05 = 220500, + SR_22_05 = 22050, SR_44_1 = 44100, SR_48 = 48000, SR_88_2 = 88200,