audioStream property

Stream<Uint8List> audioStream

Stream of PCM 16bit data from Microphone

Implementation

Stream<Uint8List> get audioStream => _audioStreamController.stream;