Home
last modified time | relevance | path

Searched refs:sound_load_mem (Results 1 – 3 of 3) sorted by relevance

/dports/games/instead/instead-3.4.1/stead/stead2/
H A Dsound.lua7 stead.sound_load_mem = instead_sound_load_mem
18 return stead.sound_load_mem(a, b, t) -- hz, channel, t
/dports/games/instead/instead-3.4.1/stead/stead3/ext/
H A Dsound.lua23 instead.sound_load_mem = instead_sound_load_mem
144 o.snd = instead.sound_load_mem(a, b, t) -- hz, channel, t
/dports/games/instead/instead-3.4.1/src/
H A Dinstead_sound.c396 static char *sound_load_mem(int fmt, short *buff, size_t len) in sound_load_mem() function
673 name = sound_load_mem(fmt, buf, len); in luaB_load_sound_mem()