Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

 Format

  Common

  Consts

  Container

  Decoders

  Environment

  FilterSet

  Renderers

  Transcoders

  Utilities

  AudioFormat

  AudioReader

  AudioTrackReader

  AudioWriter

  BitDepth

  EnhancedAC3Reader

  LAFMode

  LimitlessAudioFormatReader

  LimitlessAudioFormatWriter

  RIFFWaveReader

  RIFFWaveWriter

  SegmentedAudioReader

  SegmentedAudioWriter

  Dispose()

  GetSegmentFiles()

  SegmentedAudioWriter(string, int, long, long, int, BitDepth)

  WriteBlock(float[], long, long)

  WriteBlock(float[][], long, long)

  WriteHeader()

 Helpers

 QuickEQ

 Remapping

 SpecialSources

 Spoofer

 Utilities

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

Constructor SegmentedAudioWriter(string path, int channelCount, long length, long segmentSize, int sampleRate, BitDepth bits)

Writes audio files with the selected encoder in multiple segments
VisibilityPublic
Extendsbase((BinaryWriter)null, channelCount, length, sampleRate, bits)

Parameters

string pathA C# format string compliant path, where {0} will be the index
int channelCountOutput channel count
long lengthOutput length in samples per channel
long segmentSizeLength of a segment in samples per a single channel
int sampleRateOutput sample rate
BitDepth bitsOutput bit depth