11 lines
257 B
Python
11 lines
257 B
Python
# $Id$
|
|
#
|
|
from inc_cfg import *
|
|
|
|
# simple test
|
|
test_param = TestParam(
|
|
"Resample (large filter) 8 KHZ to 16 KHZ",
|
|
[
|
|
InstanceParam("endpt", "--null-audio --quality 10 --clock-rate 16000 --play-file wavs/input.8.wav --rec-file wavs/tmp.16.wav")
|
|
]
|
|
)
|