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 {