Skip to content

Small tool to convert wav files to work on Korg Electribe 2 Sampler or any other sampler in mono/44100Hz

Notifications You must be signed in to change notification settings

Animoke/E2S-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Features

E2S-utils lets you convert your .wav for them to be ready to put on your SD card!
This tool was made for the Korg Electribe Sampler 2, but can be used on any machines that supports mono/44100Hz
You can also speed up - or down - your samples (they are also pitched), so you can gain space on your machine.
This script will find files recursively, so it's easier to manage your library. It will make a backup, and proceed. Backups are NOT automatically deleted.

NOTE: This script only supports windows operating systems.

Usage

Install required modules:

pip install -r requirements.txt

Execute the script with desired arguments:

e.g:

python.exe .\e2s-utils.py --convert-mono C:/Users/Animoke/Music/E2S


Arguments list:

usage: e2s-utils.py [-h] [-m] [-s SPEED] [--delete-backups] PATH

Convert all files recursively in directories to mono, with adjustable speed. Made for Korg machines

positional arguments:
  PATH                  Path to process (default speed: 2)

options:
  -h, --help            show this help message and exit
  -m, --convert-mono    Convert to mono
  -s SPEED, --speed SPEED
                        Speed selection (0.5-2.0)
  --delete-backups      Delete the backups for specified library directory (should be the same path)


This software may not be 100% reliable. I am not responsible for any data losses, take your precautions! Korg is not affiliated with this project, and the name KORG is used solely for decriptive purposes.

About

Small tool to convert wav files to work on Korg Electribe 2 Sampler or any other sampler in mono/44100Hz

Topics

Resources

Stars

Watchers

Forks

Languages