summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/samples/sndtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/samples/sndtest.c')
-rw-r--r--pjsip-apps/src/samples/sndtest.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/pjsip-apps/src/samples/sndtest.c b/pjsip-apps/src/samples/sndtest.c
index 2c469775..c2b75b99 100644
--- a/pjsip-apps/src/samples/sndtest.c
+++ b/pjsip-apps/src/samples/sndtest.c
@@ -17,6 +17,21 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+/**
+ * \page page_pjmedia_samples_sndtest_c Samples: Sound Card Benchmark
+ *
+ * This example can be used to benchmark the quality of the sound card
+ * installed in the system. At the end of the test, it will report
+ * the jitter and clock drifts of the device.
+ *
+ * This file is pjsip-apps/src/samples/sndtest.c
+ *
+ * Screenshots on WinXP: \image html sndtest.jpg
+ *
+ * \includelineno sndtest.c
+ */
+
+
#include <pjmedia.h>
#include <pjlib.h>
#include <pjlib-util.h>