| void WriteForEachChannel(string path, float[] data, int channelCount, int sampleRate, BitDepth bits)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 channelCount | Output channel count | | int sampleRate | Output sample rate | | BitDepth bits | Output bit depth |
|