-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick LPCNet update #181
Comments
Could you please develop an open-source ASIC (Application Specific Integrated Circuit) just for LPCNet ? Such that the synthesis can run in a cheap IC, which is good for the popularity of LPCNet. |
And, how is the quality of the 1.6kbps vocoder with your new LPCNet ? |
Hey @jmvalin - Are the changes you're referring to in the start of this thread in the repository now? Also, is there any formal roadmap for plans you have for this repository? Thanks! |
Yes, all of the changes I mentioned are currently in master. There is no formal roadmap at this point. |
Awesome, thank you for the quick response. |
Hi @jmvalin ! |
Just a few updates around LPCNet. The repo has been transferred from the mozilla organization to xiph. Everything should just keep working (let us know if it doesn't) as usual.
Recently there have been many changes to the code. One set of changes is meant to make the synthesis even more efficient, with an equivalent reduction of around 3.5x in CPU for the same quality. The efficiency improvements are documented in a paper that was recently accepted for ICASSP 2022:
A second set of changes makes the LPC part fully-differentiable and should make it possible to train LPCNet end-to-end with any set of input features. The changes (which are optional at training time) are documented in the following pre-print:
The text was updated successfully, but these errors were encountered: