export default new (window.AudioContext || (window as any).webkitAudioContext)() as AudioContext;
