| Constructor AudioWriter(string path, int channelCount, long length, int sampleRate, BitDepth bits)Abstract audio file writer.| Visibility | Public | | Modifiers | new | | Extends | this(BinaryWriter(Open(path)), channelCount, length, sampleRate, bits) |
Parameters| string 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 |
|