Skip to content

Commit bfb5d97

Browse files
authored
Update WavStreamSource.cs
1 parent abd8ac5 commit bfb5d97

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

EXILED/Exiled.API/Features/Audio/WavStreamSource.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ public int Read(float[] buffer, int offset, int count)
7474

7575
int samplesRead = shortSpan.Length;
7676
for (int i = 0; i < samplesRead; i++)
77-
{
7877
buffer[offset + i] = shortSpan[i] / 32768f;
79-
}
8078

8179
return samplesRead;
8280
}

0 commit comments

Comments
 (0)