Waud Versions Save

Web Audio Library

1.0.0

6 years ago
  • fixed android cross-origin issue
An AudioContext in a cross-origin iframe must be created or resumed from a user gesture to enable audio output.

0.9.16

6 years ago
  • bug fix #32

0.9.15

6 years ago
  • improved playSequence functionality

Has an option to play the sequence with an interval now. http://www.waudjs.com/api/classes/Waud.html#method_playSequence

0.9.14

6 years ago
  • HTML5 Audio IE 11 bug fix

0.9.13

6 years ago
  • bug fix #29

0.9.12

6 years ago
  • added Waud.playSequence helper function
Waud.playSequence(["beep.mp3", "bell.mp3", "glass.mp3"]);

0.9.11

6 years ago
  • bug fixes

0.9.9

7 years ago
  • fixed auto mute issue related to HTML5 audio

0.9.8

7 years ago
  • bug fixes

0.9.7

7 years ago
  • audio sprite pause/play bug fix