UNPKG

node-audio-mixer

Version:

PCM audio mixer with customizable parameters

4 lines (3 loc) 255 B
import { type InputParams } from '../../Types/ParamTypes'; import { type ModifiedDataView } from '../../ModifiedDataView/ModifiedDataView'; export declare function changeIntType(audioData: ModifiedDataView, params: InputParams, unsigned?: boolean): void;