Add function to display wave form from input/loop
Use 'w' to toggle display. Move terminal input processing and main loop to main_common.c
This commit is contained in:
@@ -35,3 +35,6 @@ void opt_switch_common(int c, char *arg0, int *skip_args);
|
||||
|
||||
extern int quit;
|
||||
void sighandler(int sigset);
|
||||
|
||||
void main_loop(int *quit, int latency);
|
||||
|
||||
|
Reference in New Issue
Block a user