summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia-codec/config.h
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2008-05-27 00:24:26 +0000
committerNanang Izzuddin <nanang@teluu.com>2008-05-27 00:24:26 +0000
commit931c48d853c586090b85beb75335d26eda88de6a (patch)
tree65f0228ba4022dc999332b9ea2057977c0af3d39 /pjmedia/include/pjmedia-codec/config.h
parentb9fcee5ffeaed190003c194bf8c8f23f18712364 (diff)
Changed build optimizations settings for Speex, pjmedia, and symbian_sound for Symbian. Speex/8000 now also runs on Symbian!
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1965 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/include/pjmedia-codec/config.h')
-rw-r--r--pjmedia/include/pjmedia-codec/config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/pjmedia/include/pjmedia-codec/config.h b/pjmedia/include/pjmedia-codec/config.h
index 13e2d9fa..d52044f1 100644
--- a/pjmedia/include/pjmedia-codec/config.h
+++ b/pjmedia/include/pjmedia-codec/config.h
@@ -51,6 +51,20 @@
# define PJMEDIA_HAS_SPEEX_CODEC 1
#endif
+/**
+ * Speex codec default complexity setting.
+ */
+#ifndef PJMEDIA_CODEC_SPEEX_DEFAULT_COMPLEXITY
+# define PJMEDIA_CODEC_SPEEX_DEFAULT_COMPLEXITY 2
+#endif
+
+/**
+ * Speex codec default quality setting.
+ */
+#ifndef PJMEDIA_CODEC_SPEEX_DEFAULT_QUALITY
+# define PJMEDIA_CODEC_SPEEX_DEFAULT_QUALITY 5
+#endif
+
/**
* Unless specified otherwise, iLBC codec is included by default.