| AudioWriter Create(string path, int channelCount, long length, int sampleRate, BitDepth bits) Create an AudioWriter that matches the output file name.Visibility | Public | Modifiers | static |
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 |
|