projects
/
asterisk/asterisk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add support for ICE/STUN/TURN in res_rtp_asterisk and chan_sip.
[asterisk/asterisk.git]
/
res
/
pjproject
/
tests
/
pjsua
/
scripts-media-playrec
/
100_resample_lf_8_11.py
1
# $Id$
2
#
3
from inc_cfg import *
4
5
# simple test
6
test_param = TestParam(
7
"Resample (large filter) 8 KHZ to 11 KHZ",
8
[
9
InstanceParam("endpt", "--null-audio --quality 10 --clock-rate 11025 --play-file wavs/input.8.wav --rec-file wavs/tmp.11.wav")
10
]
11
)