UNPKG

node-audio-mixer

Version:

PCM audio mixer with customizable parameters

3 lines (2 loc) 216 B
import { type InputParams, type MixerParams } from '../../Types/ParamTypes'; export declare function getScaledSample(value: number, scalingFactor: number, inputParams: InputParams, mixerParams: MixerParams): number;