UNPKG

react-hifi

Version:

A set of react components wich provides simple abstraption to manipulate HTML5 AudioContext API (Equalizer, visualisation, stereo, basic controls)

9 lines 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ContextState; (function (ContextState) { ContextState["RUNNING"] = "running"; ContextState["SUSPENDED"] = "suspended"; ContextState["CLOSED"] = "closed"; })(ContextState = exports.ContextState || (exports.ContextState = {})); //# sourceMappingURL=type.js.map