Files
e36/sstv.h
2026-02-19 23:10:41 +01:00

12 lines
258 B
C

#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