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