unreal.SubmixEffectConvolutionReverbBlockSize

class unreal.SubmixEffectConvolutionReverbBlockSize

Bases: EnumBase

Block size of convolution reverb algorithm.

C++ Source:

  • Plugin: Synthesis

  • Module: Synthesis

  • File: EffectConvolutionReverb.h

BLOCK_SIZE1024: SubmixEffectConvolutionReverbBlockSize = Ellipsis

1024 audio frames per a block.

Type:

2

BLOCK_SIZE256: SubmixEffectConvolutionReverbBlockSize = Ellipsis

256 audio frames per a block.

Type:

0

BLOCK_SIZE512: SubmixEffectConvolutionReverbBlockSize = Ellipsis

512 audio frames per a block.

Type:

1