diff --git a/src/Audio/StreamingSoundOgg.cs b/src/Audio/StreamingSoundOgg.cs index 1b44e55b..1d37c09d 100644 --- a/src/Audio/StreamingSoundOgg.cs +++ b/src/Audio/StreamingSoundOgg.cs @@ -56,20 +56,7 @@ namespace MoonWorks.Audio public override void Seek(uint sampleFrame) { - if (State == SoundState.Playing) - { - FAudio.FAudioSourceVoice_Stop(Handle, 0, 0); - } - - FAudio.FAudioSourceVoice_FlushSourceBuffers(Handle); - ClearBuffers(); FAudio.stb_vorbis_seek(VorbisHandle, sampleFrame); - QueueBuffers(); - - if (State == SoundState.Playing) - { - Play(); - } } protected unsafe override void FillBuffer(