UNPKG

node-audio-mixer

Version:

PCM audio mixer with customizable parameters

3 lines (2 loc) 136 B
import { type BitDepth } from '../Types/AudioTypes'; export declare function assertFloat(bitDepth: BitDepth, unsigned?: boolean): void;