Files
osmocom-analog/src/jolly/voice.h
Andreas Eversberg 72bdd3376f Add JollyCom, a simple and experimantal mobile network
This network that can be used with any radio and a DTMF transmitter.
2018-01-21 10:46:09 +01:00

11 lines
152 B
C

typedef struct jolly_voice {
sample_t *spl[13];
int size[13];
} jolly_voice_t;
extern jolly_voice_t jolly_voice;
int init_voice(int samplerate);