We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118abcc commit 4a01b98Copy full SHA for 4a01b98
src/miniaudio/ma_thing.cpp
@@ -2120,7 +2120,7 @@ int detectLatency() {
2120
#endif
2121
if (g_audioSystem.exists) {
2122
if(!wearingPlugNPlay()) osMs += 50;
2123
- if(wearingHeadphones()) osMs += 22;
+ if(wearingHeadphones()) osMs += 30;
2124
osMs -= g_audioSystem.getLatencyMs();
2125
}
2126
return osMs;
src/miniaudio/ma_thing_hl.cpp
@@ -2133,7 +2133,7 @@ HL_PRIM int HL_NAME(detectLatency)(_NO_ARG) {
2133
2134
2135
if(!HL_NAME(wearingPlugNPlay)()) osMs += 50;
2136
- if(HL_NAME(wearingHeadphones)()) osMs += 20;
+ if(HL_NAME(wearingHeadphones)()) osMs += 30;
2137
2138
2139
0 commit comments