mirror of
https://github.com/xiph/opus.git
synced 2025-05-18 01:18:30 +00:00
5 lines
No EOL
360 B
YAML
5 lines
No EOL
360 B
YAML
test: "no noise test"
|
|
processing:
|
|
- "sox {INPUT} {INPUT}.raw"
|
|
- "/home/ubuntu/bin/lpcnet_dump_data_v2 -test {INPUT}.raw {INPUT}.features.f32"
|
|
- "/home/ubuntu/opt/miniconda3/envs/torch/bin/python /local/code/lpcnext/test_lpcnet.py {INPUT}.features.f32 /local/experiments/noise_augmentation/output/lpcnet_384_2/checkpoints/checkpoint_epoch_20.pth {OUTPUT}" |