rdw-archive / WebClient

[Proof of Concept] Browser-based client capable of rendering networked multiplayer games using modern web technologies
1 stars 0 forks source link

Implement the WebAudio API #130

Open Duckwhale opened 2 years ago

Duckwhale commented 2 years ago

WIP: Not finished by far. There's a lot to port over and some new things to add/other stuff to rework.

Duckwhale commented 2 years ago

There's a lot of boilerplate I had to add, such as UUID, assertions and validation methods. All that should probably be extracted into its own PR and merged into main before this one, where only WebAudio stuff should be changed (plus all the test cases).