Skip to content

Commit

Permalink
Merge pull request #881 from JoeGuetz/patch-1
Browse files Browse the repository at this point in the history
Update AiffFileWriter.cs
  • Loading branch information
markheath authored Apr 26, 2023
2 parents 6d9d90c + 9125bb2 commit a919308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NAudio.Core/Wave/WaveOutputs/AiffFileWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class AiffFileWriter : Stream
private BinaryWriter writer;
private long dataSizePos;
private long commSampleCountPos;
private int dataChunkSize = 8;
private long dataChunkSize = 8;
private WaveFormat format;
private string filename;

Expand Down

0 comments on commit a919308

Please sign in to comment.