Skip to main content

weaveAudio

โ–ธ weaveAudio(options): WeaveAudio Create a new WeaveAudio object

Parameters

NameTypeDescription
optionsWeaveAudioInputThe options for this media type - data: The raw audio data as a Buffer - audioType: (Optional) The type of audio file, currently only โ€˜wavโ€™ is supported

Returns

WeaveAudio Example
const audioBuffer = fs.readFileSync('path/to/audio.wav');
const weaveAudio = weaveAudio({ data: audioBuffer });

Defined in

media.ts:62