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

◆ samplesPerFrameTab

const short fl::third_party::samplesPerFrameTab
Initial value:
= {
{384, 1152, 1152 },
{384, 1152, 576 },
{384, 1152, 576 },
}

Definition at line 88 of file mp3tabs.hpp.

88 {
89 {384, 1152, 1152 }, /* MPEG1 */
90 {384, 1152, 576 }, /* MPEG2 */
91 {384, 1152, 576 }, /* MPEG2.5 */
92};

Referenced by IMDCT(), MP3GetLastFrameInfo(), and UnpackFrameHeader().