Browse Source
Merge pull request #881 from JoeGuetz/patch-1
Update AiffFileWriter.cs
pull/1031/head
Mark Heath
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|
|
|
|
|