Audio
silence
Replaces an audio segment with silence
moises.audio.silence
Parameters
Parameter | Type | Description |
---|---|---|
input | ArrayBuffer | The audio buffer to replace with silence |
startTime | number | The start time of the silence in seconds |
endTime | number | The 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.