Method Write
Write(RiffWriter, Mat)
Writes a sample buffer into the WAV file.
protected override void Write(RiffWriter writer, Mat input)
Parameters
writer
RiffWriterThe RiffWriter used to write data into the WAV file.
input
MatA Mat object containing the audio samples to write into the file.