UNPKG

@ekx/auph

Version:

[![Build](https://github.com/eliasku/auph/actions/workflows/build.yml/badge.svg)](https://github.com/eliasku/auph/actions/workflows/build.yml) [![Version](https://img.shields.io/npm/v/auph)](https://www.npmjs.com/package/auph) [![Downloads](https://img.sh

18 lines (17 loc) 673 B
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;