Giter Club home page Giter Club logo

Comments (8)

faroit avatar faroit commented on May 23, 2024 1

It looks like all models only output up to 11 kHz. Would be nice to know if this is part of the model or stems from the original training data

from spleeter.

romi1502 avatar romi1502 commented on May 23, 2024 1

We've just updated the FAQ for making clearer how you can actually perform separation above 11kHz.
Notably we pushed alternate configuration files (spleeter:2stems-16kHz, spleeter:4stems-16kHz and spleeter:5stems-16kHz) that perform separation up to 16kHz and explained how you can set upper separation frequency in the config file if you need another value.

from spleeter.

vkharatmal avatar vkharatmal commented on May 23, 2024 1

@khaleelyo

Try using this cmd :: python3 -m spleeter separate -i audio_example.mp3 -o output -p spleeter:2stems-16kHz

from spleeter.

mmoussallam avatar mmoussallam commented on May 23, 2024

Hey Aarni,

Thanks for your feedback. Indeed the default behavior is to cut frequencies above 11Khz but it can be changed in the settings. Read this comment for details.

from spleeter.

faroit avatar faroit commented on May 23, 2024

@mmoussallam but this still means that the models do not predict masks above 11khz, right? is this hardcoded in a training config?

from spleeter.

romi1502 avatar romi1502 commented on May 23, 2024

@faroit, yes, you're right: models are only trained until 11kHz and don't predict anything above.
This is set in the training config through the F parameter (see the wiki).
This is just a design choice that we made, when training the models we provide.

from spleeter.

akx avatar akx commented on May 23, 2024

@mmoussallam Thank you for the clarification!

from spleeter.

khaleelyo avatar khaleelyo commented on May 23, 2024

Just a quick follow up,
I've been trying to incorporate the alternate 16kHz configuration using
spleeter separate -i audio_example.mp3 -o audio_output -p spleeter:4stems-16kHz
which raises the following error:
ERROR:spleeter:No embedded configuration 2stems-16kHz found
And
spleeter separate -i my_audio_file.mp3 -c spleeter:4stems-16kHz -o /output/path
which raises the following error:
spleeter separate: error: argument -c/--codec: invalid choice:

I'm currently running a Mac OSX, Python 3.7.3, I also attempted to reinstall spleeter with the same results. Any idea whats going on here?

Thanks,

from spleeter.

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.