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