UNPKG

node-audio-mixer

Version:

PCM audio mixer with customizable parameters

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