Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

 Format

  Common

  Consts

  Container

  Decoders

  Environment

  FilterSet

  Renderers

  Transcoders

  Utilities

  AudioFormat

  AudioReader

  AudioTrackReader

  AudioWriter

  AudioWriter(BinaryWriter, int, long, int, BitDepth)

  AudioWriter(string, int, long, int, BitDepth)

  Bits

  ChannelCount

  Create(string, int, long, int, BitDepth)

  Dispose()

  Length

  SampleRate

  Write(float[])

  Write(float[][])

  WriteBlock(float[], long, long)

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

  WriteChannelLimitedBlock(float[], int, int, long, long)

  WriteForEachChannel(float[], int)

  WriteHeader()

  WriteOffset(float[][], int)

  writer

  BitDepth

  EnhancedAC3Reader

  LAFMode

  LimitlessAudioFormatReader

  LimitlessAudioFormatWriter

  RIFFWaveReader

  RIFFWaveWriter

  SegmentedAudioReader

  SegmentedAudioWriter

 Helpers

 QuickEQ

 Remapping

 SpecialSources

 Spoofer

 Utilities

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

void WriteChannelLimitedBlock(float[] samples, int channelLimit, int channels, long from, long to)

Write the first selected channels of a block of mono or interlaced samples.
VisibilityPublic
Modifiersvirtual

Parameters

float[] samplesSamples to write
int channelLimitAllow only this many channels to be written
int channelsChannel count of the input array
long fromStart position in the input array (inclusive)
long toEnd position in the input array (exclusive)