UNPKG

virtual-audio-graph

Version:

Library for declaratively manipulating the Web Audio API

6 lines (4 loc) 179 B
export const NO_OUTPUT = Symbol("NO_OUTPUT"); // TODO: These should be symbols, but that would be a breaking change export const OUTPUT = "output"; export const INPUT = "input";