add some code
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
test: "LPCNet reference test"
|
||||
processing:
|
||||
- "sox {INPUT} {INPUT}.raw"
|
||||
- "/local/code/LPCNet/lpcnet_demo -features {INPUT}.raw {INPUT}.features.f32"
|
||||
- "/local/code/LPCNet/lpcnet_demo -synthesis {INPUT}.features.f32 {INPUT}.decoded.raw"
|
||||
- "sox -r 16000 -L -e signed-integer -b 16 -c 1 {INPUT}.decoded.raw {OUTPUT} trim 0.015"
|
||||
@@ -0,0 +1,5 @@
|
||||
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}"
|
||||
@@ -0,0 +1,5 @@
|
||||
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}"
|
||||
Reference in New Issue
Block a user