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