-
Notifications
You must be signed in to change notification settings - Fork 667
No README information on how to compile fargan_demo #395
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
Comments
If you need it for some other target, it links statically with the lpcnet and celt libraries. |
Thanks a lot @rillian ! |
I managed to use, it works, I can encode and decode an audio, thanks! But the features file size is massive. Is FARGAN supposed to be a LPCNet substitute? |
Yes, it's a more efficient (in time and quality) replacement. See https://arxiv.org/pdf/2405.21069 |
Thanks again @rillian. I took a look in the article, but I need more information about the actual encoding and decoding, and how to set the bitrate, if tunable. The is no MOS versus bitrate table / graph in the article. I'm a bit confused also as the file created by fargan_demo is much bigger than what it was supposed to be if the audio was compressed at around 1.something kbit/s. LPCNet README suggests users are encouraged to switch to fargan, but there are no examples on how to achieve results analog to lpcnet_demo "-encode" and "-decode". |
Sorry, I don't know much about it beyond what I've already said. Are you expecting |
Indeed, it is just the feature vector, without the actual entropy coder. |
I'm trying to compile fargan_demo, but without success. Any instructions on how to build its code?
The text was updated successfully, but these errors were encountered: