Skip to content

Instantly share code, notes, and snippets.

@beefchimi
Created October 19, 2017 00:49
Show Gist options
  • Save beefchimi/68d33cd980655c242ed8c90031211b22 to your computer and use it in GitHub Desktop.
Save beefchimi/68d33cd980655c242ed8c90031211b22 to your computer and use it in GitHub Desktop.
Simple AudioContext
export const AudioContext = window.AudioContext || window.webkitAudioContext;
const myContext = new AudioContext();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment