Skip to main content

AudioRecorderStreamEvent

Event payload for raw recording stream chunks.

Delivered by AudioRecorder.on_stream.

Inherits: Event

Properties

Properties

bytes_streamedinstance-attribute

bytes_streamed: int

Total number of bytes delivered through chunk so far.

chunkinstance-attribute

chunk: bytes

Raw PCM16BITS audio bytes emitted by AudioRecorder.

sequenceinstance-attribute

sequence: int

Incremental chunk number.