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

◆ stb_vorbis_stream_length_in_seconds()

float fl::third_party::vorbis::stb_vorbis_stream_length_in_seconds ( stb_vorbis * f)

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

4780{
4781 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate;
4782}
uint32_t stb_vorbis_stream_length_in_samples(stb_vorbis *f) FL_NOEXCEPT

References FL_NOEXCEPT, and stb_vorbis_stream_length_in_samples().

+ Here is the call graph for this function: