aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-04-07 22:48:41 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-04-07 22:48:41 +0200
commit8211a45bf69dbd7b647c40cae413f5d20dd8cbdb (patch)
treedf21fffd294d969dc9c0342609c0313fd33e9490
parent27c190e5c0c158ca4fbd42af0ab0e4664aeeb446 (diff)
downloadtoolame-dab-8211a45bf69dbd7b647c40cae413f5d20dd8cbdb.tar.gz
toolame-dab-8211a45bf69dbd7b647c40cae413f5d20dd8cbdb.tar.bz2
toolame-dab-8211a45bf69dbd7b647c40cae413f5d20dd8cbdb.zip
Change default sample rate to 48k
-rw-r--r--encoder.h2
1 files changed, 1 insertions, 1 deletions
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) */