UNPKG

react-hifi

Version:

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

6 lines (5 loc) 118 B
export declare enum ContextState { RUNNING = "running", SUSPENDED = "suspended", CLOSED = "closed" }