Browse Source

Merge pull request #881 from JoeGuetz/patch-1

Update AiffFileWriter.cs
pull/1031/head
Mark Heath 2 years ago
committed by GitHub
parent
commit
a919308a03
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      NAudio.Core/Wave/WaveOutputs/AiffFileWriter.cs

2
NAudio.Core/Wave/WaveOutputs/AiffFileWriter.cs

@ -13,7 +13,7 @@ namespace NAudio.Wave
private BinaryWriter writer;
private long dataSizePos;
private long commSampleCountPos;
private int dataChunkSize = 8;
private long dataChunkSize = 8;
private WaveFormat format;
private string filename;

Loading…
Cancel
Save