unreal.SourceEffectBitCrusherSettings

class unreal.SourceEffectBitCrusherSettings(sample_rate_modulation: SoundModulationDestinationSettings = Ellipsis, bit_modulation: SoundModulationDestinationSettings = Ellipsis)

Bases: 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] Bit Modulation: The reduced bit depth to use for the audio stream

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

property bit_modulation: SoundModulationDestinationSettings

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

Type:

(SoundModulationDestinationSettings)

property sample_rate_modulation: SoundModulationDestinationSettings

[Read-Write] Sample Rate Modulation: The reduced frequency to use for the audio stream.

Type:

(SoundModulationDestinationSettings)