ecj2 / momo

[NOT MAINTAINED / ABANDONED] A simple 2D game-making library written in JavaScript.
MIT License
1 stars 0 forks source link

Revamp audio methods #34

Open ecj2 opened 4 years ago

ecj2 commented 4 years ago

Rewrite the audio methods to use the true Web Audio API, rather than by manipulating audio elements on the DOM. This would be a stepping stone into spatial audio playback.