UNPKG

node-audio-mixer

Version:

PCM audio mixer with customizable parameters

4 lines (3 loc) 275 B
import { type InputParams, type MixerParams } from '../../Types/ParamTypes'; import { ModifiedDataView } from '../../ModifiedDataView/ModifiedDataView'; export declare function mixAudioData(audioData: ModifiedDataView[], params: InputParams | MixerParams): ModifiedDataView;