Giter VIP home page Giter VIP logo

Comments (2)

chausner-audeering avatar chausner-audeering commented on June 8, 2024

Have you tried with different frameSize/frameStep settings to see for which you get the described behaviour? I would also check which of the three values (Nsrc, nWin and Ndst) becomes 1 and traceback in source where that value comes from.

from opensmile.

nick-parslow avatar nick-parslow commented on June 8, 2024

The problem is defo 'Ndst' (or the logic of using it in that line), the other 2 get set to the correct values

I just tried with :
frameSize = 0.01, frameStep = 0 (so will match frameSize) - no change, Nsrc and Nwin are 160, Ndst is 1 for all windows
frameSize = 0.1, frameStep = 0 (so will match frameSize) - no change, Nsrc and Nwin are 1600, Ndst is 1 for all windows
frameSize = 1, frameStep = 0.5 - no change, Nsrc and Nwin are 16000, Ndst is 1 for all windows

Unfortunately I haven't worked out where the Ndst is being set, I'm assuming there's a loop over the windows set up with frameSize and frameStep and because there's just one output value, Ndst ends up as 1.
likely candidates I guess are:
./src/core/winToVecProcessor.cpp
./src/dspcore/windower.cpp
but not sure atm.

from opensmile.

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.