Skip to content

Instantly share code, notes, and snippets.

@mohayonao
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save mohayonao/e6e08ba40133ceee7209 to your computer and use it in GitHub Desktop.

Select an option

Save mohayonao/e6e08ba40133ceee7209 to your computer and use it in GitHub Desktop.
apiOptions
let apiOptions = {
FloatTimeDomainData: true,
AudioBufferCopy: true,
AudioWorker: false,
StereoPanner: false,
PromiseBasedDecode: true,
PromiseBasedRender: true,
AudioContextState: true,
AudioContextClose: true,
SelectiveDisconnect: true,
};
WebAudioTestAPI.config.apiOptions.FloatTimeDomainData = true;
WebAudioTestAPI.target = "chrome 42"; // options set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment