Table of Contents

Method Write

Namespace
Bonsai.Audio
Assembly
Bonsai.Audio.dll

Write(RiffWriter, Mat)

Writes a sample buffer into the WAV file.

protected override void Write(RiffWriter writer, Mat input)

Parameters

writer RiffWriter

The RiffWriter used to write data into the WAV file.

input Mat

A Mat object containing the audio samples to write into the file.