Skip to content

Commit

Permalink
Use high latency
Browse files Browse the repository at this point in the history
  • Loading branch information
xBaank committed Aug 12, 2024
1 parent 33a37d8 commit 384309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Console/Audio/AudioSender.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ IntPtr userData
param.device = PortAudio.DefaultOutputDevice;
param.channelCount = Channels;
param.sampleFormat = SampleFormat.Int16;
param.suggestedLatency = info.defaultLowOutputLatency;
param.suggestedLatency = info.defaultHighOutputLatency;
param.hostApiSpecificStreamInfo = IntPtr.Zero;

_stream = new PortAudioSharp.Stream(
Expand Down

0 comments on commit 384309f

Please sign in to comment.