Represents an audio implementation like WebAudioInstance

Hierarchy

  • AudioImplementation

Properties

responseType: ExResponseType

XHR response type

Methods

  • Processes raw data and transforms into sound data

    Parameters

    • data: ArrayBuffer | Blob

    Returns Promise<string | AudioBuffer>