UNPKG

node-audio-mixer

Version:

PCM audio mixer with customizable parameters

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