You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int saveWAV(char *filename, short *data, int anz, int rate);
int restart_soundcard();
#define MAXSECONDS 111 // space for max 2 minutes recorded samples
#define CAPTURE_RATE 48000 // capture rate of the sound card, 48000 is ok for WSPR, higher rates make no improvement since WSPR works with 12000 internally