Fix audio clock drift and adaptive jitter buffering
This commit is contained in:
@@ -109,8 +109,11 @@ public partial class MainForm : Form
|
||||
BootstrapFromServer();
|
||||
}
|
||||
|
||||
private void ApplyPersistedVoiceSettings() =>
|
||||
private void ApplyPersistedVoiceSettings()
|
||||
{
|
||||
_pttKey = (Keys)_voiceSettings.PttKey;
|
||||
_client.SetAudioBufferMilliseconds(_voiceSettings.AudioBufferMilliseconds);
|
||||
}
|
||||
|
||||
// ── Startup ──────────────────────────────────────────────────────────────
|
||||
|
||||
|
||||
Reference in New Issue
Block a user