lateReflectionsHfRolloff property

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

A multiplicative factor on T60 for the high frequency band.

Implementation

@SettingDefaults(
  defaultValue: 0.5,
  min: 0.0,
  max: 2.0,
)
final double lateReflectionsHfRolloff;