@ekx/auph
Version:
[](https://github.com/eliasku/auph/actions/workflows/build.yml) [](https://www.npmjs.com/package/auph) [ • 673 B
TypeScript
import { Flag, Param, Type } from "./interface";
/** Export Constants only for pre-bundled usage **/
export declare const SAMPLE_RATE: Param;
export declare const STATE: Param;
export declare const COUNT: Param;
export declare const ACTIVE = Flag.Active;
export declare const RUNNING = Flag.Running;
export declare const STREAM = Flag.Loop;
export declare const LOOP = Flag.Loop;
export declare const MIXER = 1;
export declare const BUS: Type;
export declare const VOICE: Type;
export declare const BUFFER: Type;
export declare const BUS_MASTER: number;
export declare const BUS_SFX: number;
export declare const BUS_MUSIC: number;
export declare const BUS_SPEECH: number;