UNPKG

web-amr

Version:

AMR Player for the web

5 lines (4 loc) 158 B
import type { Player } from "./Player"; export declare const AMRPlayer: (file: ArrayBuffer, { onEnd }?: { onEnd?: (() => void) | undefined; }) => Player;