Streaming
class Streaming( val chunkId: Int, val byteArray: ByteArray, val bytesRead: Int) : Microphone.State
Content copied to clipboard
The microphone is currently streaming audio. Collectively, the streaming states can be concatenated to form an audio file. The consumer of the audio data is able to process this audio data in real-time.