{ "info": { "author": "Dashj", "author_email": "johanlovgr@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: End Users/Desktop", "Intended Audience :: Other Audience", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Multimedia :: Sound/Audio", "Topic :: Multimedia :: Sound/Audio :: Editors", "Topic :: Utilities" ], "description": "auto-mix-prep\r\n=============\r\n\r\nPerforms operations on wave files in preperation for mixing.\r\n\r\n\r\nCurrent features\r\n^^^^^^^^^^^^^^^^\r\n- Gain staging, i.e. adjusting peak dB to desired level\r\n- Backup stems before editing\r\n- Split stereo files into separate mono tracks (L/R)\r\n\r\nPlanned features\r\n^^^^^^^^^^^^^^^^\r\n\r\n- Interactive usage\r\n- Renaming files\r\n- Ability to exclude files\r\n\r\nRequirements\r\n------------\r\n\r\n- python (>=3)\r\n- pip3\r\n- `pydub`_\r\n\r\nInstallation\r\n------------\r\n\r\n.. code:: bash\r\n\r\n $ sudo pip3 install auto-mix-prep\r\n\r\nOr\r\n\r\n.. code:: bash\r\n\r\n $ git clone https://github.com/dashj/auto-mix-prep.git .\r\n $ cd auto-mix-prep\r\n $ sudo setup.py install\r\n\r\nOptions\r\n-------\r\n\r\n``-g, --gainstage``, peak dB desired (-12 dB if not specified).\r\n\r\n``-s, --splitstereo``, splits stereo files into two mono files.\r\n\r\n``-d, --directory``, directory containing wave files (working directory\r\nif not specified).\r\n\r\n``-f, --file``, select individual file instead of all wave files in\r\ndirectory.\r\n\r\n``-b, --backup``, creates a backup before overwriting (creates folder in\r\nworking directory if not specified).\r\n\r\nUsage\r\n-----\r\n\r\n.. code:: bash\r\n\r\n $ amp \r\n\r\nFor example:\r\n\r\n.. code:: bash\r\n\r\n $ amp -s -g -24 -d /path/to/stems -b /path/to/backup_directory\r\n\r\nFirst creates a backup in ``/path/to/backup_directory`` then searches\r\n``/path/to/stems`` for wave files and performs the selected operations.\r\nWhich in this case would be splitting the stereo files into mono and\r\ngain staging with -24 dB as the peak amplitude.\r\n\r\n.. _pydub: https://github.com/jiaaro/pydub", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/dashj/auto-mix-prep/tarball/0.2.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dashj/auto-mix-prep", "keywords": "audio,music production,mixing", "license": "GPLv2", "maintainer": "", "maintainer_email": "", "name": "auto-mix-prep", "package_url": "https://pypi.org/project/auto-mix-prep/", "platform": "Cross platform", "project_url": "https://pypi.org/project/auto-mix-prep/", "project_urls": { "Download": "https://github.com/dashj/auto-mix-prep/tarball/0.2.0", "Homepage": "https://github.com/dashj/auto-mix-prep" }, "release_url": "https://pypi.org/project/auto-mix-prep/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Application for automatically preparing stems for mixing.", "version": "0.2.0" }, "last_serial": 1559709, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "df0c8c8376518f46aec6282637be6bfe", "sha256": "596b4a0fbeaf512949c1d989722a9003b433043b2d945f57e89dfa75a9b554aa" }, "downloads": -1, "filename": "auto-mix-prep-0.1.tar.gz", "has_sig": false, "md5_digest": "df0c8c8376518f46aec6282637be6bfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2118, "upload_time": "2015-05-21T15:36:08", "url": "https://files.pythonhosted.org/packages/67/80/6c8e133d6342da2aa2eff3be3b761bb31f48a3de502365eaef91f94a128c/auto-mix-prep-0.1.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "5abf7c71a35c3789d6ae49807edd47b1", "sha256": "ec3accd6d67a8d742cb9ef37cb5d580776409dcc5770ebe547e0a75f46ce1a67" }, "downloads": -1, "filename": "auto-mix-prep-0.1.3.tar.gz", "has_sig": false, "md5_digest": "5abf7c71a35c3789d6ae49807edd47b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2423, "upload_time": "2015-05-21T18:37:29", "url": "https://files.pythonhosted.org/packages/56/70/01757fe5a116ae022912e4158311cf3310f90c4397a24260b06cdf60b117/auto-mix-prep-0.1.3.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "e35ff02b2cb7303ceedaceaab1da9e2f", "sha256": "5e7d9c6e3fd73c49bf22a216e04d7249d529d8822f5ee3d25f3dcf6c982a92d6" }, "downloads": -1, "filename": "auto-mix-prep-0.2.0.tar.gz", "has_sig": false, "md5_digest": "e35ff02b2cb7303ceedaceaab1da9e2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2901, "upload_time": "2015-05-23T18:20:59", "url": "https://files.pythonhosted.org/packages/53/8d/94fade74736b4e94dd8dd45c2a2d12fc4863f3ffe8decc26abc7353be21d/auto-mix-prep-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e35ff02b2cb7303ceedaceaab1da9e2f", "sha256": "5e7d9c6e3fd73c49bf22a216e04d7249d529d8822f5ee3d25f3dcf6c982a92d6" }, "downloads": -1, "filename": "auto-mix-prep-0.2.0.tar.gz", "has_sig": false, "md5_digest": "e35ff02b2cb7303ceedaceaab1da9e2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2901, "upload_time": "2015-05-23T18:20:59", "url": "https://files.pythonhosted.org/packages/53/8d/94fade74736b4e94dd8dd45c2a2d12fc4863f3ffe8decc26abc7353be21d/auto-mix-prep-0.2.0.tar.gz" } ] }