UNPKG

node-audio-mixer

Version:

PCM audio mixer with customizable parameters

4 lines (3 loc) • 266 B
import { type InputParams } from '../../Types/ParamTypes'; import { ModifiedDataView } from '../../ModifiedDataView/ModifiedDataView'; export declare function changeChannelsCount(audioData: ModifiedDataView, params: InputParams, channels: number): ModifiedDataView;