Commit graph

7 commits

Author SHA1 Message Date
Marks Polakovs
5ece897b2e Refactor MixerState (#94)
* Refactor MixerState

This extracts the actual audio handling out from MixerState into a separate module with two classes, Player and AudioEngine, because separation of concerns good and 1,000 line file bad.

* Remove unnecessary module

* Fix mic calibration

* rename engine to audioEngine

* Fix a butchered merge

* remove a bunch of unused imports
2020-04-24 11:00:24 +02:00
markspolakovs
bcfd4004d7 Prettified Code! 2020-04-19 16:33:34 +00:00
Marks Polakovs
0c9721b122 Run Prettier across the entire project 2020-04-19 15:47:19 +02:00
Marks Polakovs
daeacd238f Add state persistence
Currently it's limited to the "options" key but can be expanded
2020-04-10 10:04:42 +02:00
Marks Polakovs
502811f68a Extract some shite out into an options modal 2020-04-03 16:23:03 +02:00
Marks Polakovs
4151b753f5 Fading and keyboard shortcuts 2020-03-19 22:24:00 +00:00
Marks Polakovs
9b60cd178f working-ish 2019-11-26 10:01:26 +00:00