unreal.SubmixEffectConvolutionReverbBlockSize

class unreal.SubmixEffectConvolutionReverbBlockSize

Bases: unreal.EnumBase

Block size of convolution reverb algorithm.

C++ Source:

  • Plugin: Synthesis

  • Module: Synthesis

  • File: SubmixEffectConvolutionReverb.h

BLOCK_SIZE1024

1024 audio frames per a block.

Type

2

BLOCK_SIZE256

256 audio frames per a block.

Type

0

BLOCK_SIZE512

512 audio frames per a block.

Type

1