From 91bfdbd40ffcc9402cdbbefa7e3a1bd8cf3760e6 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin <jmvalin@jmvalin.ca> Date: Tue, 27 Feb 2024 12:40:36 -0500 Subject: [PATCH] Fix lpcnet_demo usage -fargan-synthesis not -fargan_synthesis --- dnn/lpcnet_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnn/lpcnet_demo.c b/dnn/lpcnet_demo.c index aad311906..e1aa23c05 100644 --- a/dnn/lpcnet_demo.c +++ b/dnn/lpcnet_demo.c @@ -90,7 +90,7 @@ void free_blob(unsigned char *blob, int len) { void usage(void) { fprintf(stderr, "usage: lpcnet_demo -features <input.pcm> <features.f32>\n"); - fprintf(stderr, " lpcnet_demo -fargan_synthesis <features.f32> <output.pcm>\n"); + fprintf(stderr, " lpcnet_demo -fargan-synthesis <features.f32> <output.pcm>\n"); fprintf(stderr, " lpcnet_demo -addlpc <features_without_lpc.f32> <features_with_lpc.lpc>\n\n"); fprintf(stderr, " plc_options:\n"); fprintf(stderr, " causal: normal (causal) PLC\n"); -- GitLab