public static Sound SoundFromStream(Stream stream) { byte[] buf = GuiUtil.ReadStream(stream); return(Mixer.Sound(buf)); }