Coder Social home page Coder Social logo

Comments (5)

mvansegbroeck-zz avatar mvansegbroeck-zz commented on July 29, 2024

What version of Kaldi are you running? The code may be a few versions behind which could give compiling issues.

from featxtra.

SethiPawandeep avatar SethiPawandeep commented on July 29, 2024

Hey
I found a solution for this.
In the directories feat, featbin, and transform, there is a file called Makefile. You just need to edit that with the appropriate names of the .cc and .h files.

On doing that and running make command it just throws some more errors. You might have to edit the files to include some other libraries in order to resolve this error.

You should include this in the README that the Makefile in those respective directories needs to be edited.

from featxtra.

SethiPawandeep avatar SethiPawandeep commented on July 29, 2024

So a commit in the kaldi asr project removed the ExtractWaveformRemainder function which is used by your implementation. What is a possible replacement for that?
This is the link to that commit.

from featxtra.

SethiPawandeep avatar SethiPawandeep commented on July 29, 2024

So I basically added the following code

void ExtractWaveformRemainder(const VectorBase<BaseFloat> &wave,
                              const FrameExtractionOptions &opts,
                              Vector<BaseFloat> *wave_remainder)

from an older version of kaldi (before September 02) to my local repository and made some edits in your files.
I'll be creating a pull request soon so that your code works with the latest kaldi with very minor changes.

Thanks. Closing this issue for now. :)

from featxtra.

mvansegbroeck-zz avatar mvansegbroeck-zz commented on July 29, 2024

Thanks, please do the pull request.
I appreciate it.

from featxtra.

Related Issues (6)

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.