Giter VIP home page Giter VIP logo

yj_tools's Introduction

Vocal Remover Script

This is a Python script for removing vocals from an audio file. It uses the Hybrid Demucs or Spleeter library, depending on the command-line arguments.

Requirements

You will need Python 3.8 or later. You will also need the following Python libraries:

  • demucs
  • spleeter

You can install these libraries using pip:

pip install demucs spleeter

Usage

To use this script, run it from the command line and provide the path to the audio file as an argument:

python vocal_remover.py path/to/audio/file

By default, this script uses the Hybrid Demucs library to remove vocals. The script will output a new audio file with the same name as the input file, appended with _NoVocals before the file extension. This file will be located in the same directory as the original audio file.

If you want to use the Spleeter library instead, add the -alt flag:

python vocal_remover.py -alt path/to/audio/file

Limitations and Notes

This script may not always produce perfect results. The quality of separation can depend on a number of factors, including the complexity of the audio and the quality of the original recording. Additionally, while Hybrid Demucs and Spleeter are powerful tools for audio separation, they can sometimes produce artifacts or other imperfections in the output audio.

---

yj_tools's People

Contributors

peguesj avatar

Watchers

 avatar  avatar

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.