nice refactors, now way cleaner to work with!

This commit is contained in:
2026-04-07 17:20:42 +02:00
parent 966c15cffb
commit bdc58f5b48
17 changed files with 61 additions and 31 deletions

15
include/encoder/sstv.h Normal file
View File

@@ -0,0 +1,15 @@
#ifndef SSTV_H
#define SSTV_H
#include "sound/wav.h"
#include <stdint.h>
void sstv_tone(wav_t *wav, double freq, double duration_ms);
void sstv_vis_header(wav_t *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