1

Add link to YT

This commit is contained in:
Evan Pratten 2020-04-18 15:24:58 -04:00
parent cfe76cd41e
commit 1ed27ba07f
No known key found for this signature in database
GPG Key ID: 93AC7B3D071356D3

View File

@ -43,6 +43,8 @@ Day 1 started with @exvacuum developing a heartrate monitor system for the game:
*Demo image showing off his algorithm*
His progress was documented [on his YouTube channel](https://www.youtube.com/watch?v=oqcbO8x0evY).
I also started out by writing a sound system that uses audio channels to separate sounds. This system pre-caches all sounds while the game loads. Unfortunately, after getting my branch merged into master, I noticed a few bugs:
- When queueing audio, the 2 most recent requests are always ignored
- Some browsers do not allow me to play multiple audio streams at the same time