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:
10
src/jolly/voice.h
Normal file
10
src/jolly/voice.h
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
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);
|
||||
|
Reference in New Issue
Block a user