Add JollyCom, a simple and experimantal mobile network

This network that can be used with any radio and a DTMF transmitter.
This commit is contained in:
Andreas Eversberg
2017-11-12 15:59:48 +01:00
parent f2eb6b3e70
commit 72bdd3376f
14 changed files with 12514 additions and 12 deletions

7
src/jolly/dsp.h Normal file
View File

@@ -0,0 +1,7 @@
void dsp_init(void);
int dsp_init_sender(jolly_t *jolly, int nbfm, double squelch_db, int repeater);
void dsp_cleanup_sender(jolly_t *jolly);
void set_speech_string(jolly_t *jolly, char anouncement, const char *number);
void reset_speech_string(jolly_t *jolly);