stream property

Stream<AudioFrame> get stream

A stream of AudioFrame objects containing raw bytes and FFT spectrum.

Implementation

Stream<AudioFrame> get stream => NexoraSdkPlatform.instance.audioStream;