LPCNet
LPCNet copied to clipboard
test_lpcnet.py includes more loop than lpcnet_demo -synthesis
I'm studying to speed up inference on CPU by Tensorflow.
In lpcnet_demo, there are 160 loops. Same as the paper.
But in test_lpcnet.py, there are 35023 loops. Is there any python script to infer for synthesis as paper (160 loops)?
Thank you!
@arthw Hi arthw, in my experiments, the quality synthesized from python script is much better than from C scripts, do you also noticed that? And why?