Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/masajinobe-ef/demucs-starter

Poetry install demucs
https://github.com/masajinobe-ef/demucs-starter

demucs music poetry python

Last synced: 28 days ago
JSON representation

Poetry install demucs

Awesome Lists containing this project

README

        

# demucs-starter

## Установка

Для установки потребуется [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer) и [Python](https://www.python.org/):

```sh
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
```

Скопируйте репозиторий на локальную машину:

```sh
git clone https://github.com/masajinobe-ef/demucs-starter.git
```

Перейдите в папку demucs-starter с помощью PowerShell и введите следующие команды для настройки окружения:

```sh
cd demucs-starter
poetry config virtualenvs.in-project true
poetry shell
poetry install
```

Для запуска изоляции расположите ваш .mp3 файл в папку demucs-starter и запустите скрипт:

```sh
poetry shell
.\start.ps1
```

### Настройка скрипта

```sh
Get-ChildItem *.mp3 | foreach { demucs -d cpu -n htdemucs_ft --two-stems=vocals --overlap 0.1 --mp3 $_.FullName }
```

Модели:

- htdemucs - Стандартная модель.
- htdemucs_ft - Дольше, но лучше.

Инструменты:

- drums
- bass
- other
- vocals

Форматы:

- .wav
- .flac
- .mp3