MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / drmp3dec_init

Function drmp3dec_init

extlibs/soloud/src/audiosource/wav/dr_mp3.h:1928–1931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1926}
1927
1928void drmp3dec_init(drmp3dec *dec)
1929{
1930 dec->header[0] = 0;
1931}
1932
1933int drmp3dec_decode_frame(drmp3dec *dec, const unsigned char *mp3, int mp3_bytes, void *pcm, drmp3dec_frame_info *info)
1934{

Callers 2

drmp3dec_decode_frameFunction · 0.85
drmp3_init_internalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected