summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-media-playrec/100_resample_lf_11_44.py
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2008-06-18 21:04:14 +0000
committerNanang Izzuddin <nanang@teluu.com>2008-06-18 21:04:14 +0000
commite32bfce1a27050601bf74f6f34d6c78b5ac75b6d (patch)
tree845d61c0d13f8cd2273202636832123d6cfc834f /pjsip-apps/src/test-pjsua/scripts-media-playrec/100_resample_lf_11_44.py
parent67de577315598ed2b274592283110a67a4219a70 (diff)
Added new callback for module: post_func (called at the end of the test), added userdata param for modules, and added new module media_playrec with some scripts
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2029 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/src/test-pjsua/scripts-media-playrec/100_resample_lf_11_44.py')
-rw-r--r--pjsip-apps/src/test-pjsua/scripts-media-playrec/100_resample_lf_11_44.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/pjsip-apps/src/test-pjsua/scripts-media-playrec/100_resample_lf_11_44.py b/pjsip-apps/src/test-pjsua/scripts-media-playrec/100_resample_lf_11_44.py
new file mode 100644
index 00000000..42bba809
--- /dev/null
+++ b/pjsip-apps/src/test-pjsua/scripts-media-playrec/100_resample_lf_11_44.py
@@ -0,0 +1,11 @@
+# $Id$
+#
+from inc_cfg import *
+
+# simple test
+test_param = TestParam(
+ "Resample (large filter) 11 KHZ to 44 KHZ",
+ [
+ InstanceParam("endpt", "--null-audio --quality 10 --clock-rate 44100 --play-file wavs/input.11.wav --rec-file wavs/tmp_output.44.wav")
+ ]
+ )