Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ wav_read
Function
wav_read
core/audio/AudioDecoderWav.cpp:166–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
static int wav_read(WAV_FILE* wavf, char* pcmBuf, uint32_t bytesToRead)
167
{
168
return wavf->Stream->read(pcmBuf, bytesToRead);
169
}
170
171
static int wav_seek(WAV_FILE* wavf, int offset)
172
{
Callers
1
read
Method · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected