shithub: opus

ref: 08f5ff06bb4c769e48802e87160dd3c1ca230b1e
dir: /dnn/torch/testsuite/examples/lpcnet_c_plc_example.yml/

View raw version
test: "LPCNet reference test"
processing:
  - "sox {INPUT} {INPUT}.raw"
  - "/local/code/LPCNet/lpcnet_demo -plc_file causal {PLCFILE} {INPUT}.raw {INPUT}.decoded.raw"
  - "sox -r 16000 -L -e signed-integer -b 16 -c 1 {INPUT}.decoded.raw {OUTPUT}"