diff options
author | Juha Heinanen <jh@tutpro.com> | 2015-06-04 13:07:16 +0300 |
---|---|---|
committer | Juha Heinanen <jh@tutpro.com> | 2015-06-04 13:07:16 +0300 |
commit | 8c1acaf2657e6fdf2539ce4a6e7c17ad6d061d7e (patch) | |
tree | 8d67848966fcd484fa52a3b37840a4c6a7aae256 /src | |
parent | 25e09c6de764418ab233780a3adb3bef27371dd7 (diff) |
docs, src: reverted speex_quality/speex_complexity changes
- speex_quality/speex_complexity value is not mapped to sdp mode value
Diffstat (limited to 'src')
-rw-r--r-- | src/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.c b/src/config.c index 8844288..13d63a1 100644 --- a/src/config.c +++ b/src/config.c @@ -685,8 +685,8 @@ int config_write_template(const char *file, const struct config *cfg) (void)re_fprintf(f, "evdev_device\t\t/dev/input/event0\n"); (void)re_fprintf(f, "\n# Speex codec parameters\n"); - (void)re_fprintf(f, "speex_quality\t\t6 # 1-6 or any\n"); - (void)re_fprintf(f, "speex_complexity\t6 # 1-6 or any\n"); + (void)re_fprintf(f, "speex_quality\t\t7 # 0-10\n"); + (void)re_fprintf(f, "speex_complexity\t7 # 0-10\n"); (void)re_fprintf(f, "speex_enhancement\t0 # 0-1\n"); (void)re_fprintf(f, "speex_vbr\t\t0 # Variable Bit Rate 0-1\n"); (void)re_fprintf(f, "speex_vad\t\t0 # Voice Activity Detection 0-1\n"); |