nonlinearVolume property

int? nonlinearVolume
final

Non-linear volume in dB. The value is in proportion to the log value of the original volume. You can use the value to recognize the Active Speaker in the room. The range is [-127, 0].

  • [-127, -60]: Silence
  • [-59, -40]: Low volume
  • [-39, -20]: Medium volume
  • [-19, 0]: High volume

Implementation

final int? nonlinearVolume;