type alias Protocol.WebAudio.ContextStateimport { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts"; const { ContextState } = Protocol.WebAudio; Enum of AudioContextState from the spec definition: ("suspended" | "running" | "closed")