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

◆ sideBytesTab

const short fl::third_party::sideBytesTab
Initial value:
= {
{17, 32},
{ 9, 17},
{ 9, 17},
}

Definition at line 100 of file mp3tabs.hpp.

100 {
101 {17, 32}, /* MPEG-1: mono, stereo */
102 { 9, 17}, /* MPEG-2: mono, stereo */
103 { 9, 17}, /* MPEG-2.5: mono, stereo */
104};

Referenced by IMDCT(), and UnpackFrameHeader().