only add 250ms of delay

pull/1/head
firealarmss 11 months ago
parent d94242289a
commit cb2b5bd147

@ -562,7 +562,7 @@ namespace WhackerLinkConsoleV2
}
}
double totalDurationMs = ((double)pcmData.Length / 16000) * 1000 + 500;
double totalDurationMs = ((double)pcmData.Length / 16000) * 1000 + 250;
await Task.Delay((int)totalDurationMs);
GRP_VCH_RLS release = new GRP_VCH_RLS

Loading…
Cancel
Save

Powered by TurnKey Linux.