MCPcopy Create free account
hub / github.com/FastLED/FastLED / fixturesAvailable

Function fixturesAvailable

tests/fl/audio/detector/vocal_real_audio.hpp:198–201  ·  view source on GitHub ↗

Check if fixture files exist

Source from the content-addressed store, hash-verified

196
197// Check if fixture files exist
198static bool fixturesAvailable() {
199 fl::vector<fl::u8> test = loadOggFile(mixPath("vocal_solo.ogg").c_str());
200 return !test.empty();
201}
202
203} // namespace test_vocal_real_audio
204

Callers 1

Calls 4

loadOggFileFunction · 0.85
mixPathFunction · 0.85
c_strMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected