6 const static double sampleRates[2][3] = {{44.1, 48.0, 32.0}, {22.05, 24.0, 16.0}};
7 const static int sampleCounts[2][3] = {{374, 1152, 1152}, {384, 1152, 576}};
8 const static int bitRates[2][3][16] = {{{0, 32, 64, 96, 128, 160, 192, 224, 256, 288, 320, 352, 384, 416, 448, -1},
9 {0, 32, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, 384, -1},
10 {0, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, -1}},
11 {{0, 32, 48, 56, 64, 80, 96, 112, 128, 144, 160, 176, 192, 224, 256, -1},
12 {0, 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160, -1},
13 {0, 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160, -1}}};
21 void getNext(
bool smart =
true);
22 void seek(
int seekTime);
static const int bitRates[2][3][16]
Definition: input_mp3.h:8
static const double sampleRates[2][3]
Definition: input_mp3.h:6
Recording to file.
Definition: input.cpp:13
static const int sampleCounts[2][3]
Definition: input_mp3.h:7
Deals with parsing configuration from commandline options.
Definition: config.h:18