summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuha Heinanen <jh@tutpro.com>2015-06-04 11:21:23 +0300
committerJuha Heinanen <jh@tutpro.com>2015-06-04 11:21:23 +0300
commitafdf54f672efb5a9e3d069b0012a3401f6f8c7eb (patch)
tree5f5d9a53802a6ce5cb78a1be9d5c16c1d99b0a2a /src
parentb3ae59adeaff703645afcc26f2d48d3aa7a77093 (diff)
docs, src: use draft-ietf-avt-rtp-speex-01 specified speex encoding mode
Diffstat (limited to 'src')
-rw-r--r--src/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.c b/src/config.c
index 38f36d1..a78cd72 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\t7 # 0-10\n");
- (void)re_fprintf(f, "speex_complexity\t7 # 0-10\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_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");