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

Built versions of sims don't work on non-WebAudio platforms #2

Closed jbphet closed 11 years ago

jbphet commented 11 years ago

The Sound.js object was recently modified to work with the audio plugin. In the course of doing this, handling for the case where base64 data is directly included was not added for browsers that don't include Web Audio support, such as FireFox and IE. This is directly related to this issue for the John Travoltage simulation: https://github.com/phetsims/john-travoltage/issues/29.