There was an error while loading. Please reload this page.
1 parent 73d507f commit 8c33d1cCopy full SHA for 8c33d1c
src/Spectrogram/SFF.cs
@@ -76,7 +76,6 @@ public void Load(string filePath)
76
// read file version
77
byte versionMajor = bytes[40];
78
byte versionMinor = bytes[41];
79
- Console.WriteLine($"SFF version {versionMajor}.{versionMinor}");
80
81
// read time information
82
SampleRate = BitConverter.ToInt32(bytes, 42);
0 commit comments