Skip to content
This repository has been archived by the owner on Jun 9, 2019. It is now read-only.

The Mozilla Audio Data API is deprecated. Please use the Web Audio API instead. #15

Closed
christopher-landress opened this issue Feb 23, 2014 · 0 comments

Comments

@christopher-landress
Copy link

The following code causes the title message to be raised in Firefox and loads the flashobject in IE11. This happens with the dev and master branches. No other api call are made prior to this code, only the inclusion of the script.

var pluckString = T("pluck", { freq: this.data('NOTE').FREQUENCY , mul: 0.3 }).bang().play();
T("timeout", { timeout: 750 }).on("ended",
function () {
this.stop();
}
).set({ buddies: pluckString }).start();

mohayonao added a commit that referenced this issue May 15, 2014
Fixed #15, Exclude support of Audio Data API. use Web Audio API instead.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant