From 79bd6aeffb1489652ca3a0cc0b16c66d989e1d05 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Wed, 20 Jan 2021 13:32:48 -0800 Subject: [PATCH] removing explicit RefreshCS references in API --- StreamingSound.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/StreamingSound.cs b/StreamingSound.cs index 4fa1cf9..df2c765 100644 --- a/StreamingSound.cs +++ b/StreamingSound.cs @@ -5,7 +5,8 @@ using System.Runtime.InteropServices; namespace MoonWorks.Audio { /// - /// For streaming long playback. Reads an OGG file. + /// For streaming long playback. + /// Can be extended to support custom decoders. /// public abstract class StreamingSound : SoundInstance {