@mega-yfue/eufy-sdk / LiveAudioFrame
Interface: LiveAudioFrame
One audio access unit, carrying the codec the station declared for it.
Sample rate and channel count are deliberately absent: they are not on the wire. The v6 app assumes 16 kHz mono for every audio type rather than reading them, so the SDK does not invent fields the device never sent.
Properties
codec
ts
codec: AudioCodec;Codec declared in the frame header.
data
ts
data: Buffer;Elementary-stream bytes (ADTS-framed for the two AAC profiles).