• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1test: "LPCNet reference test"
2processing:
3  - "sox {INPUT} {INPUT}.raw"
4  - "/local/code/LPCNet/lpcnet_demo -plc_file causal {PLCFILE} {INPUT}.raw {INPUT}.decoded.raw"
5  - "sox -r 16000 -L -e signed-integer -b 16 -c 1 {INPUT}.decoded.raw {OUTPUT}"