targetGainStream property

Stream<double> targetGainStream

A stream of the current target gain in decibels.

Implementation

Stream<double> get targetGainStream => _targetGainSubject.stream;