lateReflectionsDelay property

  1. @SettingDefaults<double>(defaultValue: 0.03, min: 0.0, max: 0.5)
double lateReflectionsDelay
final

The delay of the late reflections relative to the input in seconds.

Implementation

@SettingDefaults(
  defaultValue: 0.03,
  min: 0.0,
  max: 0.5,
)
final double lateReflectionsDelay;