Audio

silence

Replaces an audio segment with silence

moises.audio.silence

Parameters

ParameterTypeDescription
inputArrayBufferThe audio buffer to replace with silence
startTimenumberThe start time of the silence in seconds
endTimenumberThe end time of the silence in seconds

Returns:

Promise<ArrayBuffer> - Promise that resolves with the audio buffer with silence

Example resolved value:

// When the promise resolves, you get:
ArrayBuffer

This file is automatically generated. Do not edit manually.

On this page