Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
static u32 JAS_SYSTEM_OUTPUT_MODE = 1;
13
14
void setDSPLevel(f32 level) {
15
JASDsp::setDSPMixerLevel(level);
16
}
17
18
u16 getChannelLevel_dsp() {
19
return MAX_MIXERLEVEL;
Callers
3
resume
Method · 0.85
calc
Method · 0.85
initJASystem
Method · 0.85
Calls
1
setDSPMixerLevel
Function · 0.85
Tested by
no test coverage detected