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

◆ get_window()

static float * fl::third_party::vorbis::get_window ( vorb * f,
int32_t len )
static

Definition at line 2789 of file stb_vorbis.cpp.hpp.

2790{
2791 len <<= 1;
2792 if (len == f->blocksize_0) return f->window[0];
2793 if (len == f->blocksize_1) return f->window[1];
2794 return nullptr;
2795}

References FL_NOEXCEPT.

Referenced by vorbis_finish_frame().

+ Here is the caller graph for this function: