UNPKG

node-audio-mixer

Version:

PCM audio mixer with customizable parameters

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