morse_codec::encoder

Type Alias SDMArray

Source
pub type SDMArray = [SDM; 12];
Expand description

Signal Duration Multipliers are arrays of u8 values which can be used to multiply by a short signal duration constant to calculate durations of all signals in a letter or message.

This makes it easier to write code that plays audio signals with lenghts of these durations or create visual representations of morse code.