xiph / LPCNet

Efficient neural speech synthesis
BSD 3-Clause "New" or "Revised" License
1.14k stars 295 forks source link

Codec2_LPCNet #186

Open exercise-book-yq opened 2 years ago

exercise-book-yq commented 2 years ago

Can I combine Codec2 with LPCNet to do ML experiments at 700bps?

Artoria2e5 commented 1 year ago

David Rowe from codec2 has already tried that:

But then it's probably better to just keep what the net already has. https://www.rowetel.com/?p=6639 tries a 1700 kbps quantized mode, independently from the current 1600 thing (but definitely similar!) I bet the step forward is continuing to squeeze more bits out of the quantizer. If you check https://www.rowetel.com/?cat=7, you can see Rowe doing a good amount of work on all kinds of vector quantisers.