Skip to content
Snippets Groups Projects
Commit 4d3be0c7 authored by Andrew Sun͈̮'s avatar Andrew Sun͈̮ Committed by GitHub
Browse files

Actually make it work

parent 5162c6c1
Branches
Tags
No related merge requests found
// Wrap browser AudioContext because we shouldn't create more than one
const AUDIO_CONTEXT = new (AudioContext || window.webkitAudioContext)();
const AUDIO_CONTEXT = new (window.AudioContext || window.webkitAudioContext)();
module.exports = function () {
return AUDIO_CONTEXT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment