webaudiomodules / api

Web Audio Modules (WAMs) API
176 stars 15 forks source link

Project Status #13

Open wyhinton opened 2 years ago

wyhinton commented 2 years ago

Curious as to the status of this project, and what lays in it's future. I see that the source code hasn't seen any updates in 3 years, but is there any possibility of future updates? Perhaps there is a roadmap for the project?

jariseon commented 2 years ago

v02 api has covered most of its use case requirements surprisingly well, so it has not been extended with new methods for a while. however, some parts of the implementation is outdated and would sure benefit from an update.

there has actually been a lot of activity to provide a new version - called WAM2.0 - which is more up to date with the latest web tech stack, as well as more extensive. it will make its public appearance in this repo once finalized. part of WAM2.0 implementation will then be backported to v0.2, which in turn will be promoted to WAM1.0 to continue supporting the existing use cases. backport will not break the existing api.