Skip to content

Releases: waud/waud

1.0.0

10 Jan 14:49
Compare
Choose a tag to compare
  • 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

08 Nov 14:25
Compare
Choose a tag to compare

0.9.15

13 Oct 12:40
Compare
Choose a tag to compare
  • 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

01 Oct 17:05
Compare
Choose a tag to compare
  • HTML5 Audio IE 11 bug fix

0.9.13

19 Sep 08:57
Compare
Choose a tag to compare

0.9.12

29 Aug 10:56
Compare
Choose a tag to compare
  • added Waud.playSequence helper function
Waud.playSequence(["beep.mp3", "bell.mp3", "glass.mp3"]);

0.9.11

16 Aug 14:05
Compare
Choose a tag to compare
  • bug fixes

0.9.9

25 Mar 07:58
Compare
Choose a tag to compare
  • fixed auto mute issue related to HTML5 audio

0.9.8

07 Mar 11:32
Compare
Choose a tag to compare
  • bug fixes

0.9.7

08 Feb 14:04
Compare
Choose a tag to compare
  • audio sprite pause/play bug fix