phetsims / vibe

Library for handling audio for PhET simulations. Provides cross-platform support and enables usage of base64 audio embedded in an HTML document.
MIT License
3 stars 3 forks source link

Investigate simplifying to use Web Audio API for everything #24

Closed jbphet closed 4 years ago

jbphet commented 8 years ago

The Web Audio API has evolved quite a bit since Vibe was first created. It may be possible to simplify much of what was originally done. This should be investigated and done if possible.

Article that might help: http://www.sitepoint.com/creating-fun-immersive-audio-experiences-web-audio

Related issue: https://github.com/phetsims/vibe/issues/19

jbphet commented 4 years ago

Web Audio is now being used for all sound generation. Closing.