MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setDSPLevel

Function setDSPLevel

libs/JSystem/JAudio/System/JASDriverIF.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12static u32 JAS_SYSTEM_OUTPUT_MODE = 1;
13
14void setDSPLevel(f32 level) {
15 JASDsp::setDSPMixerLevel(level);
16}
17
18u16 getChannelLevel_dsp() {
19 return MAX_MIXERLEVEL;

Callers 3

resumeMethod · 0.85
calcMethod · 0.85
initJASystemMethod · 0.85

Calls 1

setDSPMixerLevelFunction · 0.85

Tested by

no test coverage detected