| Constructor LimitlessAudioFormatWriter(string path, long length, int sampleRate, BitDepth bits, Channel[] channels)Minimal Limitless Audio Format file writer.| Visibility | Public | | Extends | base(path, channels.Length, length, sampleRate, bits) |
Parameters| string path | Output file name | | long length | Output length in samples per channel | | int sampleRate | Output sample rate | | BitDepth bits | Output bit depth | | Channel[] channels | Output channel information |
|