mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-18 14:25:24 -04:00
JAudio2 debug (#3006)
This commit is contained in:
@@ -15,6 +15,10 @@ u16 JASDriver::getChannelLevel_dsp() {
|
||||
return JASDriver::MAX_MIXERLEVEL;
|
||||
}
|
||||
|
||||
f32 JASDriver::getChannelLevel() {
|
||||
return MAX_MIXERLEVEL / 16383.5f;
|
||||
}
|
||||
|
||||
f32 JASDriver::getDSPLevel() {
|
||||
return JASDsp::getDSPMixerLevel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user