audioStream property

StreamSink<Uint8List> audioStream

Stream's sink to receive PCM 16bit data to send to Player

Implementation

StreamSink<Uint8List> get audioStream => _audioStreamController.sink;