Browse Source

Merge pull request #1009 from MAtt5816/patch-1

Correction in PlaybackLatency description
pull/1031/head
Mark Heath 2 years ago
committed by GitHub
parent
commit
8c90daa464
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      NAudio.Asio/AsioOut.cs

2
NAudio.Asio/AsioOut.cs

@ -353,7 +353,7 @@ namespace NAudio.Wave
}
/// <summary>
/// Gets the latency (in ms) of the playback driver
/// Gets the latency (in samples) of the playback driver
/// </summary>
public int PlaybackLatency
{

Loading…
Cancel
Save