| void WriteOffset(string path, float[][] data, int sampleRate, BitDepth bits, int period = -1)Export an audio file to be played back channel after channel.| Visibility | Public | | Modifiers | static |
Parameters| string path | Output file name | | float[][] data | Samples to write in the file | | int sampleRate | Output sample rate | | BitDepth bits | Output bit depth | | int period | Channels separated by this many channels are played simultaneously |
|