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

◆ PLM_AUDIO_SAMPLE_RATE

const unsigned short fl::third_party::PLM_AUDIO_SAMPLE_RATE[]
static
Initial value:
= {
44100, 48000, 32000, 0,
22050, 24000, 16000, 0
}

Definition at line 3017 of file pl_mpeg.hpp.

3017 {
3018 44100, 48000, 32000, 0, // MPEG-1
3019 22050, 24000, 16000, 0 // MPEG-2
3020};

Referenced by plm_audio_decode(), plm_audio_decode_header(), plm_audio_get_samplerate(), and plm_audio_set_time().