unreal.SourceEffectBitCrusherSettings

class unreal.SourceEffectBitCrusherSettings(sample_rate_modulation=[8000.0, None], bit_modulation=[8.0, None])

Bases: unreal.StructBase

Source Effect Bit Crusher Settings

C++ Source:

  • Plugin: Synthesis

  • Module: Synthesis

  • File: SourceEffectBitCrusher.h

Editor Properties: (see get_editor_property/set_editor_property)

  • bit_modulation (SoundModulationDestinationSettings): [Read-Write] The reduced bit depth to use for the audio stream

  • sample_rate_modulation (SoundModulationDestinationSettings): [Read-Write] The reduced frequency to use for the audio stream.

property bit_modulation

[Read-Write] The reduced bit depth to use for the audio stream

Type

(SoundModulationDestinationSettings)

property sample_rate_modulation

[Read-Write] The reduced frequency to use for the audio stream.

Type

(SoundModulationDestinationSettings)