nice refactors, now way cleaner to work with!
This commit is contained in:
15
include/encoder/sstv.h
Normal file
15
include/encoder/sstv.h
Normal 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
|
||||
Reference in New Issue
Block a user