| Constructor RIFFWaveWriter(string path, ReferenceChannel[] channels, long length, int sampleRate, BitDepth bits)WAVEFORMATEXTENSIBLE file writer.| Visibility | Public | | Extends | base(path, channels.Length, length, sampleRate, bits) |
Parameters| string path | Output file name | | ReferenceChannel[] channels | Output channel mapping | | long length | Output length in samples per channel | | int sampleRate | Output sample rate | | BitDepth bits | Output bit depth |
|