diff --git a/src/Audio/StreamingVoice.cs b/src/Audio/StreamingVoice.cs index 0b39a96..24623a1 100644 --- a/src/Audio/StreamingVoice.cs +++ b/src/Audio/StreamingVoice.cs @@ -127,7 +127,6 @@ namespace MoonWorks.Audio if (Loop) { AudioData.Seek(0); - AddBuffer(); } } }