UNPKG

virtual-audio-graph

Version:

Library for declaratively manipulating the Web Audio API

8 lines (7 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.INPUT = exports.OUTPUT = exports.NO_OUTPUT = void 0; exports.NO_OUTPUT = Symbol("NO_OUTPUT"); // TODO: These should be symbols, but that would be a breaking change exports.OUTPUT = "output"; exports.INPUT = "input";