martin modes, and some bugfixes to get them working
This commit is contained in:
6
sstv.h
6
sstv.h
@@ -5,7 +5,11 @@
|
||||
#include <stdint.h>
|
||||
|
||||
void sstv_tone(wav_t *wav, double freq, double duration_ms);
|
||||
|
||||
void sstv_vis_header(wav_t *wav);
|
||||
int sstv_encode_robot36(const char *input_image, const char *output_wav);
|
||||
|
||||
void sstv_vis_header_ex(wav_t *wav, uint8_t vis_code);
|
||||
|
||||
int sstv_encode_robot36(const char *input_image, const char *output_wav);
|
||||
|
||||
#endif // !SSTV_H
|
||||
|
||||
Reference in New Issue
Block a user