Skip to main content

Application for automatically preparing stems for mixing.

Project description

Performs common operations on wave files in preparation for mixing.

Features:

  • Backup stems before editing

  • Gain staging, ie adjusting peak dB to desired level

Plans:

  • Renaming files

  • Split stereo files into two separate mono tracks

  • Interactive usage

Requirements

  • python (>=3)

  • pip3

  • pydub.

Installation

$ sudo pip3 install auto-mix-prep

Or

$ git clone https://github.com/dashj/auto-mix-prep.git .

$ cd auto-mix-prep

$ sudo setup.py install

Usage

$ amp <operation>

For example:

$ amp -dB -24 -d ~/Stems/ExampleProject -b ~/Stems/ExampleProjectBackup

Creates a backup in the directory ~/Stems/ExampleProjectBackup and then changes the peak amplitude for all wave files in the directory ~/Stems/ExampleProject to -24 dB.

Options

-dB, --decibel, peak dB desired (-12 dB if not specified).

-d, --directory, directory containing wave files (working directory if not specified).

-f, --file, selects individual file instead of all wave files in directory.

-b, --backup, creates a backup before overwriting with the changes (creates folder in working directory if not specified).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

auto-mix-prep-0.1.3.tar.gz (2.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page