aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klingbeil <klingm@amazon.com>2024-02-23 11:56:13 -0500
committerJean-Marc Valin <jmvalin@jmvalin.ca>2024-02-23 13:54:53 -0500
commita17c2948a0ea0a310511f65ec0c81d907dfdc15d (patch)
tree0f5d814457767321dd4721eaba776a486a83952a
parent59dc75fa9713d6543bbb85fe83cb56555513a4de (diff)
downloadlibopus-a17c2948a0ea0a310511f65ec0c81d907dfdc15d.tar.gz
add usage string for opus_demo dec_complexity
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
-rw-r--r--src/opus_demo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opus_demo.c b/src/opus_demo.c
index af94c229..92631df4 100644
--- a/src/opus_demo.c
+++ b/src/opus_demo.c
@@ -109,7 +109,8 @@ void print_usage( char* argv[] )
fprintf(stderr, "-bandwidth <NB|MB|WB|SWB|FB> : audio bandwidth (from narrowband to fullband); default: sampling rate\n" );
fprintf(stderr, "-framesize <2.5|5|10|20|40|60|80|100|120> : frame size in ms; default: 20 \n" );
fprintf(stderr, "-max_payload <bytes> : maximum payload size in bytes, default: 1024\n" );
- fprintf(stderr, "-complexity <comp> : complexity, 0 (lowest) ... 10 (highest); default: 10\n" );
+ fprintf(stderr, "-complexity <comp> : encoder complexity, 0 (lowest) ... 10 (highest); default: 10\n" );
+ fprintf(stderr, "-dec_complexity <comp> : decoder complexity, 0 (lowest) ... 10 (highest); default: 0\n" );
fprintf(stderr, "-inbandfec : enable SILK inband FEC\n" );
fprintf(stderr, "-forcemono : force mono encoding, even for stereo input\n" );
fprintf(stderr, "-dtx : enable SILK DTX\n" );