| void Write(string path, float[] data, int channelCount, int sampleRate, BitDepth bits)Export an array of samples to an audio file.Visibility | Public | Modifiers | static |
Parametersstring path | Output file name | float[] data | Samples to write in the file | int channelCount | Output channel count | int sampleRate | Output sample rate | BitDepth bits | Output bit depth |
|