RawAudio

A block of an audio bitstream

Schema

FieldTypeDescription
timestamptimeTimestamp indicating the start of the audio block.
databytesRaw audio data. Samples are interleaved and encoded in little-endian format.
formatstringAudio format. Only 'pcm-s16' (16-bit signed PCM) is currently supported.
sample_rateuint32Sample rate in Hertz (Hz).
number_of_channelsuint32Number of audio channels.

Reference implementations

Foxglove schemas are independent of any specific framework and can be used with any supported message encoding. The schema names should be specified as seen below: