MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / Soloud_mix

Function Soloud_mix

Dependencies/soloud/src/c_api/soloud_c.cpp:712–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710}
711
712void Soloud_mix(void * aClassPtr, float * aBuffer, unsigned int aSamples)
713{
714 Soloud * cl = (Soloud *)aClassPtr;
715 cl->mix(aBuffer, aSamples);
716}
717
718void Soloud_mixSigned16(void * aClassPtr, short * aBuffer, unsigned int aSamples)
719{

Callers

nothing calls this directly

Calls 1

mixMethod · 0.80

Tested by

no test coverage detected