Add 'osmoradio', an analog radio (FM/AM)

This radio can be a receiver or a transmitter or both simultaniously.
This commit is contained in:
Andreas Eversberg
2018-01-20 16:03:47 +01:00
parent c4d4e7feda
commit 49050eff90
9 changed files with 1327 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ struct debug_cat {
{ "uhd", "\033[1;35m" },
{ "soapy", "\033[1;35m" },
{ "wave", "\033[1;33m" },
{ "radio", "\033[1;34m" },
{ NULL, NULL }
};

View File

@@ -25,6 +25,7 @@
#define DUHD 18
#define DSOAPY 19
#define DWAVE 20
#define DRADIO 21
void get_win_size(int *w, int *h);