diff --git a/Source/AudioFileAnalyzer.cs b/Source/AudioFileAnalyzer.cs index 2ea3c73..1df0d64 100644 --- a/Source/AudioFileAnalyzer.cs +++ b/Source/AudioFileAnalyzer.cs @@ -58,7 +58,6 @@ public partial class AudioFileAnalyzer : Node long sampleCount = reader.Length / reader.WaveFormat.BlockAlign; waveformInfo.Samples = new float[sampleCount]; - // Render the waveform byte[] buffer = new byte[reader.WaveFormat.BlockAlign]; for (int i = 0; i < sampleCount; i++) {