Fix lpcnet_demo usage
-fargan-synthesis not -fargan_synthesis
This commit is contained in:
parent
1fc28c3830
commit
91bfdbd40f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ void free_blob(unsigned char *blob, int len) {
|
||||||
|
|
||||||
void usage(void) {
|
void usage(void) {
|
||||||
fprintf(stderr, "usage: lpcnet_demo -features <input.pcm> <features.f32>\n");
|
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, " lpcnet_demo -addlpc <features_without_lpc.f32> <features_with_lpc.lpc>\n\n");
|
||||||
fprintf(stderr, " plc_options:\n");
|
fprintf(stderr, " plc_options:\n");
|
||||||
fprintf(stderr, " causal: normal (causal) PLC\n");
|
fprintf(stderr, " causal: normal (causal) PLC\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue