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:
Andreas Eversberg
2016-06-17 07:28:45 +02:00
parent 4e0e13cb2d
commit 7d5d3da8d3
9 changed files with 223 additions and 101 deletions

View File

@@ -21,5 +21,6 @@ libcommon_a_SOURCES = \
../common/emphasis.c \
../common/compander.c \
../common/sender.c \
../common/display_wave.c \
../common/main_common.c