From 8211a45bf69dbd7b647c40cae413f5d20dd8cbdb Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 7 Apr 2015 22:48:41 +0200 Subject: Change default sample rate to 48k --- encoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'encoder.h') diff --git a/encoder.h b/encoder.h index 035eb44..507c0e8 100644 --- a/encoder.h +++ b/encoder.h @@ -9,7 +9,7 @@ #define DFLT_LAY 2 /* default encoding layer is II */ #define DFLT_MOD 'j' /* default mode is joint stereo */ #define DFLT_PSY 1 /* default psych model is 1 */ -#define DFLT_SFQ 44.1 /* default input sampling rate is 44.1 kHz */ +#define DFLT_SFQ 48.0 /* default input sampling rate is 48 kHz because DAB */ #define DFLT_EMP 'n' /* default de-emphasis is none */ #define DFLT_EXT ".mp2" /* default output file extension */ #define DFLT_BRI 10 /* default bitrate_index = 10 (192kbps) */ -- cgit v1.2.3