public void ShutdownRevival()
        {
            CurrentStream.Load(savedSamplesPlayed);
            savedSamplesPlayed = 0;

            if (CurrentChannel != null)
            {
                CurrentChannel.ReapplySettings();
            }
        }