Gets the underlying Web Audio context from Howler.
The AudioContext or undefined if not available
const ctx = getAudioContext();if (ctx) { console.log('Sample rate:', ctx.sampleRate);} Copy
const ctx = getAudioContext();if (ctx) { console.log('Sample rate:', ctx.sampleRate);}
Gets the underlying Web Audio context from Howler.