Module voice

Module voice 

Source
Expand description

D-STAR voice frame types and constants.

Each voice frame carries 9 bytes of AMBE-encoded audio and 3 bytes of slow data. Frames are transmitted at 50 Hz (one every 20 ms) per the JARL D-STAR specification. A superframe is 21 frames (frame 0 is sync, frames 1-20 carry slow data) for a total of 420 ms per superframe.

See g4klx/MMDVMHost/DStarDefines.h:44 for NULL_AMBE_DATA_BYTES (the AMBE silence pattern).

Structs§

VoiceFrame
A D-STAR voice data frame (9 bytes AMBE + 3 bytes slow data).

Constants§

AMBE_SILENCE
AMBE silence frame (9 bytes) — used in EOT packets.
DSTAR_SYNC_BYTES
D-STAR sync bytes (3 bytes) — slow data filler for sync frames.