From 8c1acaf2657e6fdf2539ce4a6e7c17ad6d061d7e Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 4 Jun 2015 13:07:16 +0300 Subject: docs, src: reverted speex_quality/speex_complexity changes - speex_quality/speex_complexity value is not mapped to sdp mode value --- src/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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"); -- cgit v1.2.3