This commit is contained in:
2026-02-19 23:10:41 +01:00
commit d935aeaf9a
13 changed files with 8350 additions and 0 deletions

11
sstv.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef SSTV_H
#define SSTV_H
#include "wav.h"
#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);
#endif // !SSTV_H