libsstvenc
Asynchronous Analogue SSTV encoder
|
Macros | |
#define | SSTVENC_SEQ_SLOPE_NONE (0) |
#define | SSTVENC_SEQ_SLOPE_RISING (1) |
#define | SSTVENC_SEQ_SLOPE_FALLING (2) |
#define | SSTVENC_SEQ_SLOPE_BOTH (3) |
This bitmap decides whether we enable the rising or falling edges of the pulse shaper. Selectively turning these on and off allows us to "join" multiple tones together gapless.
#define SSTVENC_SEQ_SLOPE_BOTH (3) |
Both slopes, rising and falling
Definition at line 312 of file sequence.h.
#define SSTVENC_SEQ_SLOPE_FALLING (2) |
Falling slope only
Definition at line 311 of file sequence.h.
Referenced by sstvenc_sequencer_begin_tone().
#define SSTVENC_SEQ_SLOPE_NONE (0) |
No slopes, rising or falling
Definition at line 309 of file sequence.h.
#define SSTVENC_SEQ_SLOPE_RISING (1) |
Rising slope only
Definition at line 310 of file sequence.h.
Referenced by sstvenc_sequencer_begin_tone().