Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
bool AudioPlayQueue::available(void)
31
{
32
if (userblock) return true;
33
userblock = allocate();
34
if (userblock) return true;
35
return false;
36
}
37
38
int16_t * AudioPlayQueue::getBuffer(void)
39
{
Callers
3
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected