Git Product home page Git Product logo

Comments (4)

Sleepwalking avatar Sleepwalking commented on June 9, 2024

libllsm2 does not support real-time analysis. The complexity of signal analysis algorithm makes it extremely difficult to run real-time (and even more so when low latency is desired).
You may find general-purpose sound processing libraries such as Rubberband and SoundTouch useful (although at lower quality).

from libllsm2.

flyuuo9 avatar flyuuo9 commented on June 9, 2024

libllsm2 does not support real-time analysis. The complexity of signal analysis algorithm makes it extremely difficult to run real-time (and even more so when low latency is desired).
You may find general-purpose sound processing libraries such as Rubberband and SoundTouch useful (although at lower quality).

@Sleepwalking
Thanks for your replay~
I would like to change voice's timbre sound like another natual human's voice real time.
I have tried libllsm2 and world vocoder, the f0 estimation cost too much time.
Just change formant without f0 estimation can be work? Did you have some idea about this?
Thank you~!

from libllsm2.

Sleepwalking avatar Sleepwalking commented on June 9, 2024

Just change formant without f0 estimation can be work?

Unfortunately even formant modification alone requires F0 estimation to be done in the first place (if libllsm were to be used). However, if your application does not involve pitch or time-scale modification, libllsm would be an overkill. A real-time implementation of STFT or linear predictive filter should suffice, and that will be a much simpler solution.

from libllsm2.

flyuuo9 avatar flyuuo9 commented on June 9, 2024

Just change formant without f0 estimation can be work?

Unfortunately even formant modification alone requires F0 estimation to be done in the first place (if libllsm were to be used). However, if your application does not involve pitch or time-scale modification, libllsm would be an overkill. A real-time implementation of STFT or linear predictive filter should suffice, and that will be a much simpler solution.

Thank you for your reply,
Change formant in my audio stream without pitch changed is also my target too.
Could you show me more details about this? I am a new starter about this.
@Sleepwalking

from libllsm2.

Related Issues (10)

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.