1

day1 update

This commit is contained in:
Evan Pratten 2020-04-18 13:49:30 -04:00
parent ce716c7289
commit cfe76cd41e
No known key found for this signature in database
GPG Key ID: 93AC7B3D071356D3

View File

@ -43,7 +43,11 @@ Day 1 started with @exvacuum developing a heartrate monitor system for the game:
*Demo image showing off his algorithm*
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
Due to these issues, I decided to rewrite the audio backend to use [Howler.js](https://howlerjs.com/). I streamed this rewrite [on Twitch]().