From d7bf8f79ce1965636db78a4360fb9fb6ed61e427 Mon Sep 17 00:00:00 2001 From: Tim Young Date: Tue, 3 Oct 2017 02:12:41 +0200 Subject: [PATCH] timy created page: Sound --- Sound.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Sound.md diff --git a/Sound.md b/Sound.md new file mode 100644 index 0000000..822f2f7 --- /dev/null +++ b/Sound.md @@ -0,0 +1,3 @@ +# Sound +So, sound is one of the things that still does not work well. The problem is that C# does not “mix” different sounds well. There are other libraries and systems that I might use at some point in time. But, for now you cannot play multiple sounds using the SpriteLibrary. +The PlayAsync function tried to do this a little bit, but it ends up still playing one sound at a time.