Coder Social home page Coder Social logo

Comments (5)

drowe67 avatar drowe67 commented on July 24, 2024

This is code written by @jmvalin, but I have been using it for a while.

Yes, [2NB_BANDS] is the pitch period, with a little scaling; [2NB_BANDS+1] is the pitch predictor gain, and can be interpreted as a measure of voicing. [2*NB_BANDS+2] is the LPC model energy, which isn't actually used in the model (it's zeroed out in train_lpcnet.py).

BTW a couple of new pitch estimators are currently being trialled with LPCNet.

from lpcnet.

wenyong-h avatar wenyong-h commented on July 24, 2024

Thanks for your explanation.
One more question?
Do you think LPCNet features(18 cepstral coefficients plus 2 pitch parameters) will lose useful information compared to Tactotron features (80-band mel-scale spectrogram features)?

from lpcnet.

jmvalin avatar jmvalin commented on July 24, 2024

18-band cepstrum definitely loses some of the information from a 80-band spectrogram, mostly related to pitch (which is why a good pitch estimator is useful). OTOH, it also does a good job at decoupling the spectral shape from the pitch. That being said, LPCNet should work fine with 80-band Tacotron features if you prefer using that.

from lpcnet.

wenyong-h avatar wenyong-h commented on July 24, 2024

Thanks for your great explanations, that's really helpful.

from lpcnet.

HaiFengZeng avatar HaiFengZeng commented on July 24, 2024

@jmvalin Hi, it's a greate Job! I find it hard to understand the pitch extraction process in pitch.c file ,will you give some detail explaination or algorithms about that?Another question is the pitch period range from 32-256,which means the pitch is in [62.5hz,500hz],is that good enough for children speech?

from lpcnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.