-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Description
Here is TypeScript typings if someone is using this module in a TypeScript environment:
export = createAudioMeter;
declare type ScriptProcessorNodeMod = ScriptProcessorNode & {
clipping = boolean;
lastClip = number;
volume = number;
clipLevel = number;
averaging = number;
clipLag = number;
checkClipping: () => boolean;
shutdown: () => void;
};
declare function createAudioMeter(
audioContext: AudioContext,
clipLevel: number,
averaging: number,
clipLag: number,
): ScriptProcessorNodeMod;kalradivyanshu and alvaro-kianava
Metadata
Metadata
Assignees
Labels
No labels