diff test-fsk/user_cmd.c @ 4:030d52b96a23

test-fsk: implement SpanDSP Tx output
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 04 Mar 2024 22:08:19 -0800
parents cc997f9ae186
children
line wrap: on
line diff
--- a/test-fsk/user_cmd.c	Mon Mar 04 21:22:27 2024 -0800
+++ b/test-fsk/user_cmd.c	Mon Mar 04 22:08:19 2024 -0800
@@ -53,8 +53,6 @@
 		send_bye_req();
 	else if (!strcmp(cp, "c") || !strcasecmp(cp, "cancel"))
 		send_cancel_req();
-	else if (!strncmp(cp, "pcm-fill", 8) && isspace(cp[8]))
-		pcm_fill_cmd(cp + 9);
 	else
 		fprintf(stderr, "error: non-understood stdin command\n");
 }