| void WriteOffset(string path, float[][] data, int sampleRate, BitDepth bits, Channel[] channels,
int period = -1)Export an audio file to be played back channel after channel.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 | int period | Channels separated by this many channels are played simultaneously |
|