FastLED 3.9.15
Loading...
Searching...
No Matches

◆ PLM_AUDIO_BIT_RATE

const short fl::third_party::PLM_AUDIO_BIT_RATE[]
static
Initial value:
= {
32, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, 384,
8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160
}

Definition at line 3022 of file pl_mpeg.hpp.

3022 {
3023 32, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, 384, // MPEG-1
3024 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160 // MPEG-2
3025};

Referenced by plm_audio_decode_header().