Class AudioWriter
Represents an operator that writes a sequence of buffered samples into an uncompressed RIFF/WAV file.
public class AudioWriter : FileSink<Mat, RiffWriter>
- Inheritance
-
AudioWriter
- Inherited Members
Properties
- SampleRate
Gets or sets the sample rate of the input signal, in Hz.
Methods
- CreateWriter(string, Mat)
When overridden in a derived class, creates the writer over the specified
fileName
that will be responsible for handling the input elements.
- Write(RiffWriter, Mat)
Writes a sample buffer into the WAV file.