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

◆ findSyncWord()

int fl::third_party::Mp3HelixDecoder::findSyncWord ( const fl::u8 * buf,
fl::size len )

Definition at line 60 of file mp3.cpp.hpp.

60 {
61 int offset = MP3FindSyncWord(buf, static_cast<int>(len));
62 return offset;
63}
fl::UISlider offset("Offset", 0.0f, 0.0f, 1.0f, 0.01f)
int MP3FindSyncWord(const unsigned char *buf, int nBytes) FL_NOEXCEPT
Definition mp3dec.hpp:116

References fl::third_party::MP3FindSyncWord(), and offset().

Referenced by decode(), and fl::Mp3::parseMp3Info().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: