export default new (window.AudioContext || (window as any).webkitAudioContext)({ latencyHint: 'playback' }) as AudioContext;
