Strata - v1.4.10
    Preparing search index...

    Function getAudioContext

    • Gets the underlying Web Audio context from Howler.

      Returns AudioContext | undefined

      The AudioContext or undefined if not available

      const ctx = getAudioContext();
      if (ctx) {
      console.log('Sample rate:', ctx.sampleRate);
      }