Removed an unecessary comment
This commit is contained in:
@@ -58,7 +58,6 @@ public partial class AudioFileAnalyzer : Node
|
|||||||
long sampleCount = reader.Length / reader.WaveFormat.BlockAlign;
|
long sampleCount = reader.Length / reader.WaveFormat.BlockAlign;
|
||||||
waveformInfo.Samples = new float[sampleCount];
|
waveformInfo.Samples = new float[sampleCount];
|
||||||
|
|
||||||
// Render the waveform
|
|
||||||
byte[] buffer = new byte[reader.WaveFormat.BlockAlign];
|
byte[] buffer = new byte[reader.WaveFormat.BlockAlign];
|
||||||
for (int i = 0; i < sampleCount; i++)
|
for (int i = 0; i < sampleCount; i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user