summaryrefslogtreecommitdiff
path: root/pjmedia/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-03-11 20:50:46 +0000
committerBenny Prijono <bennylp@teluu.com>2008-03-11 20:50:46 +0000
commitcedeaec6e1f22463dc1e13e3dee467fc4dcd4019 (patch)
tree2360b43d43cb877b0788e0e6b40dbb41d059a66c /pjmedia/include
parent074f4d74f58e86a1910ecc6d4fd6425222a0a8ab (diff)
Ticket #494: Configuration option to use high quality tone generation
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1859 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/include')
-rw-r--r--pjmedia/include/pjmedia/config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/pjmedia/include/pjmedia/config.h b/pjmedia/include/pjmedia/config.h
index 93be70d3..0640b184 100644
--- a/pjmedia/include/pjmedia/config.h
+++ b/pjmedia/include/pjmedia/config.h
@@ -485,6 +485,17 @@
/**
+ * Enable high quality of tone generation, the better quality will cost
+ * more CPU load. This is only applied to floating point enabled machines.
+ *
+ * By default it is enabled.
+ */
+#ifndef PJMEDIA_USE_HIGH_QUALITY_TONEGEN
+# define PJMEDIA_USE_HIGH_QUALITY_TONEGEN 1
+#endif
+
+
+/**
* Enable support for SRTP media transport. This will require linking
* with libsrtp from the third_party directory.
*