Skip to main content

Nendo Plugin Stemify Demucs


Nendo Core


Website Twitter Discord


Nendo Plugin for Music Source Separation (based on Meta demucs)

Features

  • Extract up to six different audio stems

Installation

  1. Install Nendo
  2. pip install nendo-plugin-stemify-demucs

Usage

Take a look at a basic usage example below. For more detailed information, please refer to the documentation.

For more advanced examples, check out the examples folder. or try it in colab:

Open In Colab
from nendo import Nendo, NendoConfig

nd = Nendo(config=NendoConfig(plugins=["nendo_plugin_stemify_demucs"]))

# load track
track = nd.library.add_track(file_path='/path/to/track.mp3')

# run stemification to get 6 stems
stems = nd.plugins.stemify_demucs(
    track=track,
    stem_types=["vocals", "drums", "bass", "other", "piano", "guitar"],
    model="htdemucs_6s"
)
vocals, drums = stems[0], stems[1]
drums.play()

# run stemification to get vocals and background
stems = nd.plugins.stemify_demucs(
    track=track,
    stem_types=["vocals", "no_vocals"],
    model="mdx_extra"
)

background = stems[1]
background.play()

Contributing

Visit our docs to learn all about how to contribute to Nendo: Contributing

License

Nendo: MIT License

Demucs: MIT License

Release files for nendo-plugin-stemify-demucs 0.1.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for nendo-plugin-stemify-demucs 0.1.3
File Size Uploaded
nendo_plugin_stemify_demucs-0.1.3.tar.gz 5.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for nendo-plugin-stemify-demucs 0.1.3
File Interpreter ABI Platform
nendo_plugin_stemify_demucs-0.1.3-py3-none-any.whl Python 3 none any Details

Total release size: 11.5 kB

Release files / nendo_plugin_stemify_demucs-0.1.3.tar.gz

Download URL nendo_plugin_stemify_demucs-0.1.3.tar.gz
Size 5.6 kB
Tags Source
SHA-256 checksum
How to use checksums
ae1522d20201fe089349c4c2b48e2a3417dacdd54f22e2bb8948b4c56662b6e8
BLAKE2b-256 checksum
How to use checksums
e8b456206fef81c6d9b1aee6cd934f0097400d9325ec47c02b4e6ae1189992e1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/1.7.1 CPython/3.9.16 Linux/6.6.11_1

Release files / nendo_plugin_stemify_demucs-0.1.3-py3-none-any.whl

Download URL nendo_plugin_stemify_demucs-0.1.3-py3-none-any.whl
Size 6.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
65a44886fdf14fbb2bb2ea54d08ddb8f09bd3e8258c2d342bcc63fa264d3b6d7
BLAKE2b-256 checksum
How to use checksums
61bab5d74e3bc5923bdfd8c6fda2a8cb401995919fb12f88fd41ff811c835778
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/1.7.1 CPython/3.9.16 Linux/6.6.11_1

Release history Release notifications | RSS feed

This release

0.1.3 This release

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page