timy created page: Sound

Tim Young 2017-10-03 02:12:41 +02:00
parent 96b1c488b0
commit d7bf8f79ce

3
Sound.md Normal file

@ -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.