pitchStream property

Stream<double> pitchStream

A stream of current pitch factor values.

Implementation

Stream<double> get pitchStream => _pitchSubject.stream;