Returns a stream of PCM audio data.
@override Stream<PcmData> getPcmDataStream() { return _pcmDataController.stream; }