Skip to content

Commit

Permalink
Fix lpcnet_demo usage
Browse files Browse the repository at this point in the history
-fargan-synthesis not -fargan_synthesis
  • Loading branch information
jmvalin committed Feb 27, 2024
1 parent 1fc28c3 commit 91bfdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnn/lpcnet_demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 91bfdbd

Please sign in to comment.