Giter Club home page Giter Club logo

Comments (4)

alastair avatar alastair commented on July 21, 2024 1

Hi @dimsumham. I'm not actively involved with the development of this package, but it looks like we didn't specify the required version of the librosa dependency when this package was first written (about 5 years ago) and since then it appears that librosa's API has changed.

We have a private version of this repository which we use, and I see that there is a specific set of dependencies that we install for it.

You could try and install a specific version of the dependencies with

pip install SoundFile==0.10.2 numba==0.48 librosa==0.6.1 scipy==1.1.0 pyloudnorm==0.1.0

and see if this works. However, if the version of python that you have doesn't have windows versions of these specific dependencies then you may not be able to install them. Unfortunately I'm unable to help if this is the case. Best of luck.

from timbral_models.

mdruuu avatar mdruuu commented on July 21, 2024

Hi @alastair , thank you very much for taking the time to answer. I will give this a try.

from timbral_models.

LuizVSilva avatar LuizVSilva commented on July 21, 2024

You can try to name arguments to be keyword-only.
For example, you can specify in timbra_util.py and Timbral_hardness.py (or other files with same error) function call's:

  • audio_samples to y=audio_samples
  • fs to sr=fs

from timbral_models.

mdruuu avatar mdruuu commented on July 21, 2024

from timbral_models.

Related Issues (11)

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.