Skip to content

Commit 4a01b98

Browse files
.
1 parent 118abcc commit 4a01b98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/miniaudio/ma_thing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2120,7 +2120,7 @@ int detectLatency() {
21202120
#endif
21212121
if (g_audioSystem.exists) {
21222122
if(!wearingPlugNPlay()) osMs += 50;
2123-
if(wearingHeadphones()) osMs += 22;
2123+
if(wearingHeadphones()) osMs += 30;
21242124
osMs -= g_audioSystem.getLatencyMs();
21252125
}
21262126
return osMs;

src/miniaudio/ma_thing_hl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2133,7 +2133,7 @@ HL_PRIM int HL_NAME(detectLatency)(_NO_ARG) {
21332133
#endif
21342134
if (g_audioSystem.exists) {
21352135
if(!HL_NAME(wearingPlugNPlay)()) osMs += 50;
2136-
if(HL_NAME(wearingHeadphones)()) osMs += 20;
2136+
if(HL_NAME(wearingHeadphones)()) osMs += 30;
21372137
osMs -= g_audioSystem.getLatencyMs();
21382138
}
21392139
return osMs;

0 commit comments

Comments
 (0)