MCPcopy 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
166static int wav_read(WAV_FILE* wavf, char* pcmBuf, uint32_t bytesToRead)
167{
168 return wavf->Stream->read(pcmBuf, bytesToRead);
169}
170
171static int wav_seek(WAV_FILE* wavf, int offset)
172{

Callers 1

readMethod · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected