| Constructor RIFFWaveWriter(string path, int channelCount, long length, int sampleRate, BitDepth bits)Minimal RIFF Wave file writer.Visibility | Public | Extends | base(path, channelCount, length, sampleRate, bits) |
Parametersstring path | Output file name | int channelCount | Output channel count | long length | Output length in samples per channel | int sampleRate | Output sample rate | BitDepth bits | Output bit depth |
|