Start streaming of sound/SDR just before main loop
This prevents buffer overflow during init/creation processes
This commit is contained in:
@@ -12,6 +12,7 @@ enum number_type {
|
||||
int call_init(const char *station_id, const char *audiodev, int samplerate, int latency, int dial_digits, int loopback, int use_mncc_sock, int send_patterns, int release_on_disconnect);
|
||||
void call_cleanup(void);
|
||||
int call_open_audio(void);
|
||||
int call_start_audio(void);
|
||||
void process_call(int c);
|
||||
void clear_console_text(void);
|
||||
void print_console_text(void);
|
||||
|
Reference in New Issue
Block a user