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

◆ samplerateTab

const int32_t fl::third_party::samplerateTab
Initial value:
= {
{44100, 48000, 32000},
{22050, 24000, 16000},
{11025, 12000, 8000},
}

Definition at line 53 of file mp3tabs.hpp.

53 {
54 {44100, 48000, 32000}, /* MPEG-1 */
55 {22050, 24000, 16000}, /* MPEG-2 */
56 {11025, 12000, 8000}, /* MPEG-2.5 */
57};

Referenced by IMDCT(), and UnpackFrameHeader().