| Constructor SegmentedAudioWriter(string path, int channelCount, long length, long segmentSize, int sampleRate,
BitDepth bits)Writes audio files with the selected encoder in multiple segmentsVisibility | Public | Extends | base((BinaryWriter)null, channelCount, length, sampleRate, bits) |
Parametersstring path | A C# format string compliant path, where {0} will be the index | int channelCount | Output channel count | long length | Output length in samples per channel | long segmentSize | Length of a segment in samples per a single channel | int sampleRate | Output sample rate | BitDepth bits | Output bit depth |
|