LPCNet icon indicating copy to clipboard operation
LPCNet copied to clipboard

test_lpcnet.py includes more loop than lpcnet_demo -synthesis

Open arthw opened this issue 3 years ago • 1 comments

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 avatar Jul 23 '21 03:07 arthw

@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?

GuangChen2016 avatar Mar 25 '22 15:03 GuangChen2016