diff --git a/WhackerLinkConsoleV2/MainWindow.xaml.cs b/WhackerLinkConsoleV2/MainWindow.xaml.cs index 62d8a5e..9d90a8d 100644 --- a/WhackerLinkConsoleV2/MainWindow.xaml.cs +++ b/WhackerLinkConsoleV2/MainWindow.xaml.cs @@ -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