mirror of
https://github.com/xiph/opus.git
synced 2025-05-18 09:28:30 +00:00
5 lines
No EOL
247 B
YAML
5 lines
No EOL
247 B
YAML
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}" |