MCPcopy Create free account
hub / github.com/PaulStoffregen/Audio / available

Method available

play_queue.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#include "utility/dspinst.h"
29
30bool AudioPlayQueue::available(void)
31{
32 if (userblock) return true;
33 userblock = allocate();
34 if (userblock) return true;
35 return false;
36}
37
38int16_t * AudioPlayQueue::getBuffer(void)
39{

Callers 3

updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected